Documentation ¶
Index ¶
- Constants
- func IsMachineSecretIdentity(identityRef *infrav1.ICSIdentityReference) bool
- func IsSecretIdentity(cluster *infrav1.ICSCluster) bool
- func NewClientFromCluster(ctx context.Context, ctrlClient client.Client, icsCluster *infrav1.ICSCluster) (*basev1.ICenter, error)
- func NewClientFromMachine(ctx context.Context, ctrlClient client.Client, nameSpace string, ...) (*basev1.ICenter, error)
- func ValidateInputs(c client.Client, cluster *infrav1.ICSCluster) error
- func ValidateMachineInputs(c client.Client, vm *infrav1.ICSVM) error
- type Credentials
Constants ¶
View Source
const ( CloudsSecretKey = "clouds.yaml" CaSecretKey = "cacert" )
Variables ¶
This section is empty.
Functions ¶
func IsMachineSecretIdentity ¶
func IsMachineSecretIdentity(identityRef *infrav1.ICSIdentityReference) bool
func IsSecretIdentity ¶
func IsSecretIdentity(cluster *infrav1.ICSCluster) bool
func NewClientFromCluster ¶
func NewClientFromMachine ¶
func ValidateInputs ¶
func ValidateInputs(c client.Client, cluster *infrav1.ICSCluster) error
Types ¶
type Credentials ¶
Click to show internal directories.
Click to hide internal directories.