type AppArmorUpgradeTest …
func (AppArmorUpgradeTest) Name() string { … }
func (AppArmorUpgradeTest) Skip(upgCtx upgrades.UpgradeContext) bool { … }
func (t *AppArmorUpgradeTest) Setup(ctx context.Context, f *framework.Framework) { … }
func (t *AppArmorUpgradeTest) Test(ctx context.Context, f *framework.Framework, done <-chan struct{ … }
func (t *AppArmorUpgradeTest) Teardown(ctx context.Context, f *framework.Framework) { … }
func (t *AppArmorUpgradeTest) verifyPodStillUp(ctx context.Context, f *framework.Framework) { … }
func (t *AppArmorUpgradeTest) verifyNewPodSucceeds(ctx context.Context, f *framework.Framework) { … }
func (t *AppArmorUpgradeTest) verifyNodesAppArmorEnabled(ctx context.Context, f *framework.Framework) { … }
func conditionType(condition interface{ … }