Documentation
¶
Index ¶
- type Provider
- func (a *Provider) CreatePVC(_ client.Interface, _ string, _ *core.PersistentVolume) (*core.PersistentVolumeClaim, error)
- func (a *Provider) GenerateMachineSet(withIgnoreLabel bool, replicas int32, ...) (*machinev1beta1.MachineSet, error)
- func (a *Provider) GetType() config.PlatformType
- func (a *Provider) StorageSupport() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { *config.InfrastructureStatus // contains filtered or unexported fields }
func New ¶
func New(oc *clusterinfo.OpenShift, infraStatus *config.InfrastructureStatus) (*Provider, error)
New returns a new Provider
func (*Provider) CreatePVC ¶
func (a *Provider) CreatePVC(_ client.Interface, _ string, _ *core.PersistentVolume) (*core.PersistentVolumeClaim, error)
func (*Provider) GenerateMachineSet ¶
func (a *Provider) GenerateMachineSet(withIgnoreLabel bool, replicas int32, windowsServerVersion windows.ServerVersion) (*machinev1beta1.MachineSet, error)
GenerateMachineSet generates a Windows MachineSet which is Nutanix provider specific
func (*Provider) GetType ¶
func (a *Provider) GetType() config.PlatformType
func (*Provider) StorageSupport ¶
Click to show internal directories.
Click to hide internal directories.