func TestNewDeployment(t *testing.T) { … }
func TestDeploymentRollingUpdate(t *testing.T) { … }
func TestDeploymentSelectorImmutability(t *testing.T) { … }
func TestPausedDeployment(t *testing.T) { … }
func TestScalePausedDeployment(t *testing.T) { … }
func TestDeploymentHashCollision(t *testing.T) { … }
func checkRSHashLabels(rs *apps.ReplicaSet) (string, error) { … }
func checkPodsHashLabel(pods *v1.PodList) (string, error) { … }
func TestFailedDeployment(t *testing.T) { … }
func TestOverlappingDeployments(t *testing.T) { … }
func TestScaledRolloutDeployment(t *testing.T) { … }
func TestSpecReplicasChange(t *testing.T) { … }
func TestDeploymentAvailableCondition(t *testing.T) { … }
func testRSControllerRefPatch(t *testing.T, tester *deploymentTester, rs *apps.ReplicaSet, ownerReference *metav1.OwnerReference, expectedOwnerReferenceNum int) { … }
func TestGeneralReplicaSetAdoption(t *testing.T) { … }
func testScalingUsingScaleSubresource(t *testing.T, tester *deploymentTester, replicas int32) { … }
func TestDeploymentScaleSubresource(t *testing.T) { … }
func TestReplicaSetOrphaningAndAdoptionWhenLabelsChange(t *testing.T) { … }