const deploymentName …
const poll …
const pollLongTimeout …
type DeploymentUpgradeTest …
func (DeploymentUpgradeTest) Name() string { … }
func (t *DeploymentUpgradeTest) Setup(ctx context.Context, f *framework.Framework) { … }
func (t *DeploymentUpgradeTest) Test(ctx context.Context, f *framework.Framework, done <-chan struct{ … }
func (t *DeploymentUpgradeTest) Teardown(ctx context.Context, f *framework.Framework) { … }
func waitForDeploymentRevision(ctx context.Context, c clientset.Interface, d *appsv1.Deployment, targetRevision string) error { … }