Add update to statefulset concepts and basic tutorial (#4174)

* Add update to statefulset concpets and basic tutorial

* Address tech comments.
This commit is contained in:
Kenneth Owens
2017-06-27 09:46:39 -07:00
committed by Andrew Chen
parent 329aa4672f
commit 4641b51e1b
4 changed files with 532 additions and 49 deletions
+1
View File
@@ -332,6 +332,7 @@ func TestExampleObjectSchemas(t *testing.T) {
"mysql-configmap": {&api.ConfigMap{}},
"mysql-statefulset": {&apps.StatefulSet{}},
"web": {&api.Service{}, &apps.StatefulSet{}},
"webp": {&api.Service{}, &apps.StatefulSet{}},
"zookeeper": {&api.Service{}, &api.ConfigMap{}, &policy.PodDisruptionBudget{}, &apps.StatefulSet{}},
},
}