Documentation ¶
Overview ¶
Package v1 is the v1 version of the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: identity.GroupName, Version: "v1beta1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type AzureManagedIdentity ¶
type AzureManagedIdentity struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AzureManagedIdentitySpec `json:"spec"` }
AzureManagedIdentity is an optional MSI identity to use when accessing Azure Key Vault
type AzureManagedIdentityList ¶
type AzureManagedIdentityList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []AzureManagedIdentity `json:"items"` }
AzureManagedIdentityList is a list of AzureKeyVaultSecretIdentity resources
type AzureManagedIdentitySpec ¶
type AzureManagedIdentitySpec struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.