Documentation ¶
Index ¶
- type Provider
- func (p *Provider) FrameworkAfterEach(f *framework.Framework)
- func (p *Provider) FrameworkBeforeEach(f *framework.Framework)
- func (p *Provider) GetGroupNodes(group string) ([]string, error)
- func (p *Provider) GroupSize(group string) (int, error)
- func (p *Provider) ResizeGroup(group string, size int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { framework.NullProvider // contains filtered or unexported fields }
Provider is a structure to handle Kubemark cluster for e2e testing
func (*Provider) FrameworkAfterEach ¶
FrameworkAfterEach cleans up after e2e testing
func (*Provider) FrameworkBeforeEach ¶
FrameworkBeforeEach prepares clients, configurations etc. for e2e testing
func (*Provider) GetGroupNodes ¶
GetGroupNodes returns a node name for the specified node group
Click to show internal directories.
Click to hide internal directories.