kubernetes/test/e2e/upgrades/apps/deployments.go

const deploymentName

const poll

const pollLongTimeout

type DeploymentUpgradeTest

// Name returns the tracking name of the test.
func (DeploymentUpgradeTest) Name() string {}

// Setup creates a deployment and makes sure it has a new and an old replicaset running.
func (t *DeploymentUpgradeTest) Setup(ctx context.Context, f *framework.Framework) {}

// Test checks whether the replicasets for a deployment are the same after an upgrade.
func (t *DeploymentUpgradeTest) Test(ctx context.Context, f *framework.Framework, done <-chan struct{}

// Teardown cleans up any remaining resources.
func (t *DeploymentUpgradeTest) Teardown(ctx context.Context, f *framework.Framework) {}

// waitForDeploymentRevision waits for becoming the target revision of a delopyment.
func waitForDeploymentRevision(ctx context.Context, c clientset.Interface, d *appsv1.Deployment, targetRevision string) error {}