Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloWorld ¶
type HelloWorld struct {
// contains filtered or unexported fields
}
HelloWorld shows the example hello world backup test
func NewTest ¶
func NewTest(deployCli appsCli.DeploymentsGetter) *HelloWorld
NewTest returns new instance of the HellowWord test
func (*HelloWorld) CreateResources ¶
func (h *HelloWorld) CreateResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
CreateResources creates resources needed for e2e upgrade test
func (*HelloWorld) TestResources ¶
func (h *HelloWorld) TestResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
TestResources tests resources after backup phase
Click to show internal directories.
Click to hide internal directories.