kubernetes/pkg/registry/apps/deployment/strategy_test.go

const deploymentName

const namespace

func TestStatusUpdates(t *testing.T) {}

func newDeployment(labels, annotations map[string]string) *apps.Deployment {}

func TestSelectorImmutability(t *testing.T) {}

func newDeploymentWithSelectorLabels(selectorLabels map[string]string) *apps.Deployment {}

func newDeploymentWithHugePageValue(resourceName api.ResourceName, value resource.Quantity) *apps.Deployment {}

func TestDeploymentStrategyValidate(t *testing.T) {}

func TestDeploymentStrategyValidateUpdate(t *testing.T) {}