Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCredentialsNotFoundError ¶
IsCredentialsNotFoundError asserts credentialsNotFoundError.
func IsMissingIdentityRef ¶
IsMissingIdentityRef asserts missingIdentityRefError.
func IsTooManyCredentials ¶
IsTooManyCredentials asserts tooManyCredentialsError.
Types ¶
type AzureCredentials ¶
type AzureCredentials struct { SubscriptionID string TenantID string ClientID string ClientSecret string }
func GetAzureCredentialsFromMetadata ¶
func GetAzureCredentialsFromMetadata(ctx context.Context, ctrlClient client.Client, obj metav1.ObjectMeta) (*AzureCredentials, error)
Click to show internal directories.
Click to hide internal directories.