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:
committed by
Andrew Chen
parent
329aa4672f
commit
4641b51e1b
@@ -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{}},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user