Documentation ¶
Index ¶
- type Provider
- func (p *Provider) CreatePD(zone string) (string, error)
- func (p *Provider) CreateShare() (string, string, string, error)
- func (p *Provider) DeleteNode(node *v1.Node) error
- func (p *Provider) DeletePD(pdName string) error
- func (p *Provider) DeleteShare(accountName, shareName string) error
- func (p *Provider) EnableAndDisableInternalLB() (enable, disable func(svc *v1.Service))
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 Azure clouds for e2e testing
func (*Provider) CreateShare ¶ added in v1.24.0
CreateShare creates a share and return its account name and key.
func (*Provider) DeleteNode ¶ added in v1.14.0
DeleteNode deletes a node which is specified as the argument
func (*Provider) DeleteShare ¶ added in v1.24.0
func (*Provider) EnableAndDisableInternalLB ¶
EnableAndDisableInternalLB returns functions for both enabling and disabling internal Load Balancer
Click to show internal directories.
Click to hide internal directories.