@@ -565,9 +565,11 @@ func TestExampleObjectSchemas(t *testing.T) {
565
565
"example-no-conflict-with-limitrange-cpu" : {& api.Pod {}},
566
566
},
567
567
"configmap" : {
568
- "configmaps" : {& api.ConfigMap {}, & api.ConfigMap {}},
569
- "configmap-multikeys" : {& api.ConfigMap {}},
570
- "configure-pod" : {& api.Pod {}},
568
+ "configmaps" : {& api.ConfigMap {}, & api.ConfigMap {}},
569
+ "configmap-multikeys" : {& api.ConfigMap {}},
570
+ "configure-pod" : {& api.Pod {}},
571
+ "immutable-configmap" : {& api.ConfigMap {}},
572
+ "new-immutable-configmap" : {& api.ConfigMap {}},
571
573
},
572
574
"controllers" : {
573
575
"daemonset" : {& apps.DaemonSet {}},
@@ -582,6 +584,7 @@ func TestExampleObjectSchemas(t *testing.T) {
582
584
"job-pod-failure-policy-example" : {& batch.Job {}},
583
585
"job-pod-failure-policy-failjob" : {& batch.Job {}},
584
586
"job-pod-failure-policy-ignore" : {& batch.Job {}},
587
+ "job-success-policy" : {& batch.Job {}},
585
588
"replicaset" : {& apps.ReplicaSet {}},
586
589
"replication" : {& api.ReplicationController {}},
587
590
"replication-nginx-1.14.2" : {& api.ReplicationController {}},
0 commit comments