Provider is a structure to handle Kubemark cluster for e2e testing
type Provider struct { framework.NullProvider // contains filtered or unexported fields }
func (p *Provider) FrameworkAfterEach(f *framework.Framework)
FrameworkAfterEach cleans up after e2e testing
func (p *Provider) FrameworkBeforeEach(f *framework.Framework)
FrameworkBeforeEach prepares clients, configurations etc. for e2e testing
func (p *Provider) GetGroupNodes(group string) ([]string, error)
GetGroupNodes returns a node name for the specified node group
func (p *Provider) GroupSize(group string) (int, error)
GroupSize returns the size of an instance group
func (p *Provider) ResizeGroup(group string, size int32) error
ResizeGroup resizes an instance group