Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthProviderType ¶
type AuthProviderType string
func (*AuthProviderType) Set ¶
func (e *AuthProviderType) Set(v string) error
Set must have pointer receiver so it doesn't change the value of a copy
func (*AuthProviderType) String ¶
func (e *AuthProviderType) String() string
String is used both by fmt.Print and by Cobra in help text
func (*AuthProviderType) Type ¶
func (e *AuthProviderType) Type() string
Type is only used in help text
type CloudProvider ¶
type CloudProvider string
func (*CloudProvider) Set ¶
func (e *CloudProvider) Set(v string) error
Set must have pointer receiver so it doesn't change the value of a copy
func (*CloudProvider) String ¶
func (e *CloudProvider) String() string
String is used both by fmt.Print and by Cobra in help text
type InstanceType ¶
type InstanceType string
func (*InstanceType) Set ¶
func (e *InstanceType) Set(v string) error
Set must have pointer receiver so it doesn't change the value of a copy
func (*InstanceType) String ¶
func (e *InstanceType) String() string
String is used both by fmt.Print and by Cobra in help text
Click to show internal directories.
Click to hide internal directories.