Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(_ *providerconfig.ConfigVarResolver) cloudprovidertypes.Provider
New returns a fake cloud provider.
Types ¶
type CloudProviderInstance ¶ added in v0.7.20
type CloudProviderInstance struct{}
func (CloudProviderInstance) Addresses ¶ added in v0.7.20
func (f CloudProviderInstance) Addresses() map[string]corev1.NodeAddressType
func (CloudProviderInstance) ID ¶ added in v0.7.20
func (f CloudProviderInstance) ID() string
func (CloudProviderInstance) Name ¶ added in v0.7.20
func (f CloudProviderInstance) Name() string
func (CloudProviderInstance) ProviderID ¶ added in v1.43.4
func (f CloudProviderInstance) ProviderID() string
func (CloudProviderInstance) Status ¶ added in v0.7.20
func (f CloudProviderInstance) Status() instance.Status
type CloudProviderSpec ¶ added in v1.0.0
type CloudProviderSpec struct {
PassValidation bool `json:"passValidation"`
}
Click to show internal directories.
Click to hide internal directories.