mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Rename PetSet to StatefulSet in docs and examples.
This commit is contained in:
		| @@ -218,10 +218,10 @@ func TestExampleObjectSchemas(t *testing.T) { | ||||
| 			"rbd-with-secret": &api.Pod{}, | ||||
| 		}, | ||||
| 		"../examples/storage/cassandra": { | ||||
| 			"cassandra-daemonset":  &extensions.DaemonSet{}, | ||||
| 			"cassandra-controller": &api.ReplicationController{}, | ||||
| 			"cassandra-service":    &api.Service{}, | ||||
| 			"cassandra-petset":     &apps.StatefulSet{}, | ||||
| 			"cassandra-daemonset":   &extensions.DaemonSet{}, | ||||
| 			"cassandra-controller":  &api.ReplicationController{}, | ||||
| 			"cassandra-service":     &api.Service{}, | ||||
| 			"cassandra-statefulset": &apps.StatefulSet{}, | ||||
| 		}, | ||||
| 		"../examples/cluster-dns": { | ||||
| 			"dns-backend-rc":      &api.ReplicationController{}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jimmy Cuadra
					Jimmy Cuadra