Documentation
¶
Index ¶
- type UpgradeTest
- func (UpgradeTest) DisplayName() string
- func (t *UpgradeTest) Name() string
- func (t *UpgradeTest) Setup(ctx context.Context, f *framework.Framework)
- func (t *UpgradeTest) Teardown(_ context.Context, _ *framework.Framework)
- func (t *UpgradeTest) Test(ctx context.Context, f *framework.Framework, done <-chan struct{}, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpgradeTest ¶
type UpgradeTest struct{}
func (UpgradeTest) DisplayName ¶
func (UpgradeTest) DisplayName() string
func (*UpgradeTest) Name ¶
func (t *UpgradeTest) Name() string
func (*UpgradeTest) Setup ¶
func (t *UpgradeTest) Setup(ctx context.Context, f *framework.Framework)
Setup creates a DaemonSet to verify DNS availability during and after upgrade
func (*UpgradeTest) Teardown ¶
func (t *UpgradeTest) Teardown(_ context.Context, _ *framework.Framework)
Teardown cleans up any objects that are created that aren't already cleaned up by the framework.
func (*UpgradeTest) Test ¶
func (t *UpgradeTest) Test(ctx context.Context, f *framework.Framework, done <-chan struct{}, _ upgrades.UpgradeType)
Test checks for logs from DNS availability test a minute after upgrade finishes to cover during and after upgrade phase, and verifies the results.
Click to show internal directories.
Click to hide internal directories.