fix some unsatisfied. (#8746)

* fix some unsatisfied.

* fix

* add mysql-pv.yaml for run-single-instance-stateful-application

* fix some errors.
This commit is contained in:
Chen Hong
2018-06-05 05:24:54 +08:00
committed by k8s-ci-robot
parent 25d566650b
commit 7569e58485
4 changed files with 38 additions and 16 deletions
+2 -1
View File
@@ -474,7 +474,8 @@ func TestExampleObjectSchemas(t *testing.T) {
"deployment-update": {&extensions.Deployment{}},
"hpa-php-apache": {&autoscaling.HorizontalPodAutoscaler{}},
"mysql-configmap": {&api.ConfigMap{}},
"mysql-deployment": {&api.Service{}, &api.PersistentVolumeClaim{}, &extensions.Deployment{}},
"mysql-deployment": {&api.Service{}, &extensions.Deployment{}},
"mysql-pv": {&api.PersistentVolume{}, &api.PersistentVolumeClaim{}},
"mysql-services": {&api.Service{}, &api.Service{}},
"mysql-statefulset": {&apps.StatefulSet{}},
},