diff --git a/apis/core/v1alpha1/resource.go b/apis/core/v1alpha1/resource.go index b527e09..fc89a3e 100644 --- a/apis/core/v1alpha1/resource.go +++ b/apis/core/v1alpha1/resource.go @@ -202,6 +202,8 @@ const ( // ProviderCredentials required to authenticate. type ProviderCredentials struct { + // Source of the provider credentials. + // +kubebuilder:validation:Enum=None;Secret;InjectedIdentity Source CredentialsSource `json:"source"` // A CredentialsSecretRef is a reference to a secret key that contains the