Promote Replication Controller Lifecycle
Co-Authored-By: Riaan Kleinhans <riaan@ii.coop>
This commit is contained in:
		@@ -99,7 +99,12 @@ var _ = SIGDescribe("ReplicationController", func() {
 | 
				
			|||||||
		testRCReleaseControlledNotMatching(f)
 | 
							testRCReleaseControlledNotMatching(f)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ginkgo.It("[Flaky] should test the lifecycle of a ReplicationController", func() {
 | 
						/*
 | 
				
			||||||
 | 
							Release: v1.20
 | 
				
			||||||
 | 
							Testname: Replication Controller, lifecycle
 | 
				
			||||||
 | 
							Description: A Replication Controller (RC) is created, read, patched, and deleted with verification.
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
 | 
						framework.ConformanceIt("should test the lifecycle of a ReplicationController", func() {
 | 
				
			||||||
		testRcName := "rc-test"
 | 
							testRcName := "rc-test"
 | 
				
			||||||
		testRcNamespace := ns
 | 
							testRcNamespace := ns
 | 
				
			||||||
		testRcInitialReplicaCount := int32(1)
 | 
							testRcInitialReplicaCount := int32(1)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user