Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=containerregistry.azure.upbound.io +versionName=v1beta2
Index ¶
- Constants
- Variables
- type EncryptionInitParameters
- type EncryptionObservation
- type EncryptionParameters
- type GeoreplicationsInitParameters
- type GeoreplicationsObservation
- type GeoreplicationsParameters
- type IPRuleInitParameters
- type IPRuleObservation
- type IPRuleParameters
- type IdentityInitParameters
- type IdentityObservation
- type IdentityParameters
- type NetworkRuleSetInitParameters
- type NetworkRuleSetObservation
- type NetworkRuleSetParameters
- type Password1InitParameters
- type Password1Observation
- type Password1Parameters
- type Password2InitParameters
- type Password2Observation
- type Password2Parameters
- type Registry
- func (in *Registry) DeepCopy() *Registry
- func (in *Registry) DeepCopyInto(out *Registry)
- func (in *Registry) DeepCopyObject() runtime.Object
- func (mg *Registry) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Registry) GetConnectionDetailsMapping() map[string]string
- func (mg *Registry) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Registry) GetID() string
- func (tr *Registry) GetInitParameters() (map[string]any, error)
- func (mg *Registry) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *Registry) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *Registry) GetObservation() (map[string]any, error)
- func (tr *Registry) GetParameters() (map[string]any, error)
- func (mg *Registry) GetProviderConfigReference() *xpv1.Reference
- func (mg *Registry) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Registry) GetTerraformResourceType() string
- func (tr *Registry) GetTerraformSchemaVersion() int
- func (mg *Registry) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Registry) Hub()
- func (tr *Registry) LateInitialize(attrs []byte) (bool, error)
- func (mg *Registry) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *Registry) SetConditions(c ...xpv1.Condition)
- func (mg *Registry) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *Registry) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *Registry) SetObservation(obs map[string]any) error
- func (tr *Registry) SetParameters(params map[string]any) error
- func (mg *Registry) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Registry) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Registry) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type RegistryInitParameters
- type RegistryList
- type RegistryObservation
- type RegistryParameters
- type RegistrySpec
- type RegistryStatus
- type RetentionPolicyInitParameters
- type RetentionPolicyObservation
- type RetentionPolicyParameters
- type TokenPassword
- func (in *TokenPassword) DeepCopy() *TokenPassword
- func (in *TokenPassword) DeepCopyInto(out *TokenPassword)
- func (in *TokenPassword) DeepCopyObject() runtime.Object
- func (mg *TokenPassword) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *TokenPassword) GetConnectionDetailsMapping() map[string]string
- func (mg *TokenPassword) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *TokenPassword) GetID() string
- func (tr *TokenPassword) GetInitParameters() (map[string]any, error)
- func (mg *TokenPassword) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *TokenPassword) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *TokenPassword) GetObservation() (map[string]any, error)
- func (tr *TokenPassword) GetParameters() (map[string]any, error)
- func (mg *TokenPassword) GetProviderConfigReference() *xpv1.Reference
- func (mg *TokenPassword) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *TokenPassword) GetTerraformResourceType() string
- func (tr *TokenPassword) GetTerraformSchemaVersion() int
- func (mg *TokenPassword) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *TokenPassword) Hub()
- func (tr *TokenPassword) LateInitialize(attrs []byte) (bool, error)
- func (mg *TokenPassword) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *TokenPassword) SetConditions(c ...xpv1.Condition)
- func (mg *TokenPassword) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *TokenPassword) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *TokenPassword) SetObservation(obs map[string]any) error
- func (tr *TokenPassword) SetParameters(params map[string]any) error
- func (mg *TokenPassword) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *TokenPassword) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *TokenPassword) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type TokenPasswordInitParameters
- type TokenPasswordList
- type TokenPasswordObservation
- type TokenPasswordParameters
- type TokenPasswordSpec
- type TokenPasswordStatus
- type TrustPolicyInitParameters
- type TrustPolicyObservation
- type TrustPolicyParameters
- type VirtualNetworkInitParameters
- type VirtualNetworkObservation
- type VirtualNetworkParameters
Constants ¶
const ( CRDGroup = "containerregistry.azure.upbound.io" CRDVersion = "v1beta2" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( Registry_Kind = "Registry" Registry_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Registry_Kind}.String() Registry_KindAPIVersion = Registry_Kind + "." + CRDGroupVersion.String() Registry_GroupVersionKind = CRDGroupVersion.WithKind(Registry_Kind) )
Repository type metadata.
var ( TokenPassword_Kind = "TokenPassword" TokenPassword_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: TokenPassword_Kind}.String() TokenPassword_KindAPIVersion = TokenPassword_Kind + "." + CRDGroupVersion.String() TokenPassword_GroupVersionKind = CRDGroupVersion.WithKind(TokenPassword_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type EncryptionInitParameters ¶
type EncryptionInitParameters struct { // Boolean value that indicates whether encryption is enabled. Enabled *bool `json:"enabled,omitempty" tf:"enabled"` // The client ID of the managed identity associated with the encryption key. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/managedidentity/v1beta1.UserAssignedIdentity // +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractParamPath("client_id",true) IdentityClientID *string `json:"identityClientId,omitempty" tf:"identity_client_id"` // Reference to a UserAssignedIdentity in managedidentity to populate identityClientId. // +kubebuilder:validation:Optional IdentityClientIDRef *v1.Reference `json:"identityClientIdRef,omitempty" tf:"-"` // Selector for a UserAssignedIdentity in managedidentity to populate identityClientId. // +kubebuilder:validation:Optional IdentityClientIDSelector *v1.Selector `json:"identityClientIdSelector,omitempty" tf:"-"` // The ID of the Key Vault Key. KeyVaultKeyID *string `json:"keyVaultKeyId,omitempty" tf:"key_vault_key_id"` }
func (*EncryptionInitParameters) DeepCopy ¶
func (in *EncryptionInitParameters) DeepCopy() *EncryptionInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionInitParameters.
func (*EncryptionInitParameters) DeepCopyInto ¶
func (in *EncryptionInitParameters) DeepCopyInto(out *EncryptionInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionObservation ¶
type EncryptionObservation struct { // Boolean value that indicates whether encryption is enabled. Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"` // The client ID of the managed identity associated with the encryption key. IdentityClientID *string `json:"identityClientId,omitempty" tf:"identity_client_id,omitempty"` // The ID of the Key Vault Key. KeyVaultKeyID *string `json:"keyVaultKeyId,omitempty" tf:"key_vault_key_id,omitempty"` }
func (*EncryptionObservation) DeepCopy ¶
func (in *EncryptionObservation) DeepCopy() *EncryptionObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionObservation.
func (*EncryptionObservation) DeepCopyInto ¶
func (in *EncryptionObservation) DeepCopyInto(out *EncryptionObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionParameters ¶
type EncryptionParameters struct { // Boolean value that indicates whether encryption is enabled. // +kubebuilder:validation:Optional Enabled *bool `json:"enabled,omitempty" tf:"enabled"` // The client ID of the managed identity associated with the encryption key. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/managedidentity/v1beta1.UserAssignedIdentity // +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractParamPath("client_id",true) // +kubebuilder:validation:Optional IdentityClientID *string `json:"identityClientId,omitempty" tf:"identity_client_id"` // Reference to a UserAssignedIdentity in managedidentity to populate identityClientId. // +kubebuilder:validation:Optional IdentityClientIDRef *v1.Reference `json:"identityClientIdRef,omitempty" tf:"-"` // Selector for a UserAssignedIdentity in managedidentity to populate identityClientId. // +kubebuilder:validation:Optional IdentityClientIDSelector *v1.Selector `json:"identityClientIdSelector,omitempty" tf:"-"` // The ID of the Key Vault Key. // +kubebuilder:validation:Optional KeyVaultKeyID *string `json:"keyVaultKeyId,omitempty" tf:"key_vault_key_id"` }
func (*EncryptionParameters) DeepCopy ¶
func (in *EncryptionParameters) DeepCopy() *EncryptionParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionParameters.
func (*EncryptionParameters) DeepCopyInto ¶
func (in *EncryptionParameters) DeepCopyInto(out *EncryptionParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GeoreplicationsInitParameters ¶
type GeoreplicationsInitParameters struct { // A location where the container registry should be geo-replicated. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Whether regional endpoint is enabled for this Container Registry? RegionalEndpointEnabled *bool `json:"regionalEndpointEnabled,omitempty" tf:"regional_endpoint_enabled,omitempty"` // A mapping of tags to assign to this replication location. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // Whether zone redundancy is enabled for this Container Registry? Changing this forces a new resource to be created. Defaults to false. ZoneRedundancyEnabled *bool `json:"zoneRedundancyEnabled,omitempty" tf:"zone_redundancy_enabled,omitempty"` }
func (*GeoreplicationsInitParameters) DeepCopy ¶
func (in *GeoreplicationsInitParameters) DeepCopy() *GeoreplicationsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GeoreplicationsInitParameters.
func (*GeoreplicationsInitParameters) DeepCopyInto ¶
func (in *GeoreplicationsInitParameters) DeepCopyInto(out *GeoreplicationsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GeoreplicationsObservation ¶
type GeoreplicationsObservation struct { // A location where the container registry should be geo-replicated. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Whether regional endpoint is enabled for this Container Registry? RegionalEndpointEnabled *bool `json:"regionalEndpointEnabled,omitempty" tf:"regional_endpoint_enabled,omitempty"` // A mapping of tags to assign to this replication location. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // Whether zone redundancy is enabled for this Container Registry? Changing this forces a new resource to be created. Defaults to false. ZoneRedundancyEnabled *bool `json:"zoneRedundancyEnabled,omitempty" tf:"zone_redundancy_enabled,omitempty"` }
func (*GeoreplicationsObservation) DeepCopy ¶
func (in *GeoreplicationsObservation) DeepCopy() *GeoreplicationsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GeoreplicationsObservation.
func (*GeoreplicationsObservation) DeepCopyInto ¶
func (in *GeoreplicationsObservation) DeepCopyInto(out *GeoreplicationsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GeoreplicationsParameters ¶
type GeoreplicationsParameters struct { // A location where the container registry should be geo-replicated. // +kubebuilder:validation:Optional Location *string `json:"location" tf:"location,omitempty"` // Whether regional endpoint is enabled for this Container Registry? // +kubebuilder:validation:Optional RegionalEndpointEnabled *bool `json:"regionalEndpointEnabled,omitempty" tf:"regional_endpoint_enabled,omitempty"` // A mapping of tags to assign to this replication location. // +kubebuilder:validation:Optional // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // Whether zone redundancy is enabled for this Container Registry? Changing this forces a new resource to be created. Defaults to false. // +kubebuilder:validation:Optional ZoneRedundancyEnabled *bool `json:"zoneRedundancyEnabled,omitempty" tf:"zone_redundancy_enabled,omitempty"` }
func (*GeoreplicationsParameters) DeepCopy ¶
func (in *GeoreplicationsParameters) DeepCopy() *GeoreplicationsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GeoreplicationsParameters.
func (*GeoreplicationsParameters) DeepCopyInto ¶
func (in *GeoreplicationsParameters) DeepCopyInto(out *GeoreplicationsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPRuleInitParameters ¶
type IPRuleInitParameters struct { // The behaviour for requests matching this rule. At this time the only supported value is Allow Action *string `json:"action,omitempty" tf:"action"` // The CIDR block from which requests will match the rule. IPRange *string `json:"ipRange,omitempty" tf:"ip_range"` }
func (*IPRuleInitParameters) DeepCopy ¶
func (in *IPRuleInitParameters) DeepCopy() *IPRuleInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPRuleInitParameters.
func (*IPRuleInitParameters) DeepCopyInto ¶
func (in *IPRuleInitParameters) DeepCopyInto(out *IPRuleInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPRuleObservation ¶
type IPRuleObservation struct { // The behaviour for requests matching this rule. At this time the only supported value is Allow Action *string `json:"action,omitempty" tf:"action,omitempty"` // The CIDR block from which requests will match the rule. IPRange *string `json:"ipRange,omitempty" tf:"ip_range,omitempty"` }
func (*IPRuleObservation) DeepCopy ¶
func (in *IPRuleObservation) DeepCopy() *IPRuleObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPRuleObservation.
func (*IPRuleObservation) DeepCopyInto ¶
func (in *IPRuleObservation) DeepCopyInto(out *IPRuleObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPRuleParameters ¶
type IPRuleParameters struct { // The behaviour for requests matching this rule. At this time the only supported value is Allow // +kubebuilder:validation:Optional Action *string `json:"action,omitempty" tf:"action"` // The CIDR block from which requests will match the rule. // +kubebuilder:validation:Optional IPRange *string `json:"ipRange,omitempty" tf:"ip_range"` }
func (*IPRuleParameters) DeepCopy ¶
func (in *IPRuleParameters) DeepCopy() *IPRuleParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPRuleParameters.
func (*IPRuleParameters) DeepCopyInto ¶
func (in *IPRuleParameters) DeepCopyInto(out *IPRuleParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IdentityInitParameters ¶
type IdentityInitParameters struct { // Specifies a list of User Assigned Managed Identity IDs to be assigned to this Container Registry. // +listType=set IdentityIds []*string `json:"identityIds,omitempty" tf:"identity_ids,omitempty"` // Specifies the type of Managed Service Identity that should be configured on this Container Registry. Possible values are SystemAssigned, UserAssigned, SystemAssigned, UserAssigned (to enable both). Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*IdentityInitParameters) DeepCopy ¶
func (in *IdentityInitParameters) DeepCopy() *IdentityInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityInitParameters.
func (*IdentityInitParameters) DeepCopyInto ¶
func (in *IdentityInitParameters) DeepCopyInto(out *IdentityInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IdentityObservation ¶
type IdentityObservation struct { // Specifies a list of User Assigned Managed Identity IDs to be assigned to this Container Registry. // +listType=set IdentityIds []*string `json:"identityIds,omitempty" tf:"identity_ids,omitempty"` // The Principal ID associated with this Managed Service Identity. PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"` // The Tenant ID associated with this Managed Service Identity. TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"` // Specifies the type of Managed Service Identity that should be configured on this Container Registry. Possible values are SystemAssigned, UserAssigned, SystemAssigned, UserAssigned (to enable both). Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*IdentityObservation) DeepCopy ¶
func (in *IdentityObservation) DeepCopy() *IdentityObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityObservation.
func (*IdentityObservation) DeepCopyInto ¶
func (in *IdentityObservation) DeepCopyInto(out *IdentityObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IdentityParameters ¶
type IdentityParameters struct { // Specifies a list of User Assigned Managed Identity IDs to be assigned to this Container Registry. // +kubebuilder:validation:Optional // +listType=set IdentityIds []*string `json:"identityIds,omitempty" tf:"identity_ids,omitempty"` // Specifies the type of Managed Service Identity that should be configured on this Container Registry. Possible values are SystemAssigned, UserAssigned, SystemAssigned, UserAssigned (to enable both). // +kubebuilder:validation:Optional Type *string `json:"type" tf:"type,omitempty"` }
func (*IdentityParameters) DeepCopy ¶
func (in *IdentityParameters) DeepCopy() *IdentityParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityParameters.
func (*IdentityParameters) DeepCopyInto ¶
func (in *IdentityParameters) DeepCopyInto(out *IdentityParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkRuleSetInitParameters ¶
type NetworkRuleSetInitParameters struct { // The behaviour for requests matching no rules. Either Allow or Deny. Defaults to Allow DefaultAction *string `json:"defaultAction,omitempty" tf:"default_action"` // One or more ip_rule blocks as defined below. IPRule []IPRuleInitParameters `json:"ipRule,omitempty" tf:"ip_rule"` VirtualNetwork []VirtualNetworkInitParameters `json:"virtualNetwork,omitempty" tf:"virtual_network"` }
func (*NetworkRuleSetInitParameters) DeepCopy ¶
func (in *NetworkRuleSetInitParameters) DeepCopy() *NetworkRuleSetInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkRuleSetInitParameters.
func (*NetworkRuleSetInitParameters) DeepCopyInto ¶
func (in *NetworkRuleSetInitParameters) DeepCopyInto(out *NetworkRuleSetInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkRuleSetObservation ¶
type NetworkRuleSetObservation struct { // The behaviour for requests matching no rules. Either Allow or Deny. Defaults to Allow DefaultAction *string `json:"defaultAction,omitempty" tf:"default_action,omitempty"` // One or more ip_rule blocks as defined below. IPRule []IPRuleObservation `json:"ipRule,omitempty" tf:"ip_rule,omitempty"` VirtualNetwork []VirtualNetworkObservation `json:"virtualNetwork,omitempty" tf:"virtual_network,omitempty"` }
func (*NetworkRuleSetObservation) DeepCopy ¶
func (in *NetworkRuleSetObservation) DeepCopy() *NetworkRuleSetObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkRuleSetObservation.
func (*NetworkRuleSetObservation) DeepCopyInto ¶
func (in *NetworkRuleSetObservation) DeepCopyInto(out *NetworkRuleSetObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkRuleSetParameters ¶
type NetworkRuleSetParameters struct { // The behaviour for requests matching no rules. Either Allow or Deny. Defaults to Allow // +kubebuilder:validation:Optional DefaultAction *string `json:"defaultAction,omitempty" tf:"default_action"` // One or more ip_rule blocks as defined below. // +kubebuilder:validation:Optional IPRule []IPRuleParameters `json:"ipRule,omitempty" tf:"ip_rule"` // +kubebuilder:validation:Optional VirtualNetwork []VirtualNetworkParameters `json:"virtualNetwork,omitempty" tf:"virtual_network"` }
func (*NetworkRuleSetParameters) DeepCopy ¶
func (in *NetworkRuleSetParameters) DeepCopy() *NetworkRuleSetParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkRuleSetParameters.
func (*NetworkRuleSetParameters) DeepCopyInto ¶
func (in *NetworkRuleSetParameters) DeepCopyInto(out *NetworkRuleSetParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Password1InitParameters ¶
type Password1InitParameters struct { // The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created. Expiry *string `json:"expiry,omitempty" tf:"expiry,omitempty"` }
func (*Password1InitParameters) DeepCopy ¶
func (in *Password1InitParameters) DeepCopy() *Password1InitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Password1InitParameters.
func (*Password1InitParameters) DeepCopyInto ¶
func (in *Password1InitParameters) DeepCopyInto(out *Password1InitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Password1Observation ¶
type Password1Observation struct { // The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created. Expiry *string `json:"expiry,omitempty" tf:"expiry,omitempty"` }
func (*Password1Observation) DeepCopy ¶
func (in *Password1Observation) DeepCopy() *Password1Observation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Password1Observation.
func (*Password1Observation) DeepCopyInto ¶
func (in *Password1Observation) DeepCopyInto(out *Password1Observation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Password1Parameters ¶
type Password1Parameters struct { // The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Expiry *string `json:"expiry,omitempty" tf:"expiry,omitempty"` }
func (*Password1Parameters) DeepCopy ¶
func (in *Password1Parameters) DeepCopy() *Password1Parameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Password1Parameters.
func (*Password1Parameters) DeepCopyInto ¶
func (in *Password1Parameters) DeepCopyInto(out *Password1Parameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Password2InitParameters ¶
type Password2InitParameters struct { // The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created. Expiry *string `json:"expiry,omitempty" tf:"expiry,omitempty"` }
func (*Password2InitParameters) DeepCopy ¶
func (in *Password2InitParameters) DeepCopy() *Password2InitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Password2InitParameters.
func (*Password2InitParameters) DeepCopyInto ¶
func (in *Password2InitParameters) DeepCopyInto(out *Password2InitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Password2Observation ¶
type Password2Observation struct { // The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created. Expiry *string `json:"expiry,omitempty" tf:"expiry,omitempty"` }
func (*Password2Observation) DeepCopy ¶
func (in *Password2Observation) DeepCopy() *Password2Observation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Password2Observation.
func (*Password2Observation) DeepCopyInto ¶
func (in *Password2Observation) DeepCopyInto(out *Password2Observation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Password2Parameters ¶
type Password2Parameters struct { // The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Expiry *string `json:"expiry,omitempty" tf:"expiry,omitempty"` }
func (*Password2Parameters) DeepCopy ¶
func (in *Password2Parameters) DeepCopy() *Password2Parameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Password2Parameters.
func (*Password2Parameters) DeepCopyInto ¶
func (in *Password2Parameters) DeepCopyInto(out *Password2Parameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Registry ¶
type Registry struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.location) || (has(self.initProvider) && has(self.initProvider.location))",message="spec.forProvider.location is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.sku) || (has(self.initProvider) && has(self.initProvider.sku))",message="spec.forProvider.sku is a required parameter" Spec RegistrySpec `json:"spec"` Status RegistryStatus `json:"status,omitempty"` }
Registry is the Schema for the Registrys API. Manages an Azure Container Registry. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}
func (*Registry) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Registry.
func (*Registry) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Registry) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Registry) GetCondition ¶
func (mg *Registry) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Registry.
func (*Registry) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Registry
func (*Registry) GetDeletionPolicy ¶
func (mg *Registry) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Registry.
func (*Registry) GetInitParameters ¶
GetInitParameters of this Registry
func (*Registry) GetManagementPolicies ¶
func (mg *Registry) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this Registry.
func (*Registry) GetMergedParameters ¶
GetInitParameters of this Registry
func (*Registry) GetObservation ¶
GetObservation of this Registry
func (*Registry) GetParameters ¶
GetParameters of this Registry
func (*Registry) GetProviderConfigReference ¶
GetProviderConfigReference of this Registry.
func (*Registry) GetPublishConnectionDetailsTo ¶
func (mg *Registry) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Registry.
func (*Registry) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Registry
func (*Registry) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Registry) GetWriteConnectionSecretToReference ¶
func (mg *Registry) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Registry.
func (*Registry) LateInitialize ¶
LateInitialize this Registry using its observed tfState. returns True if there are any spec changes for the resource.
func (*Registry) ResolveReferences ¶
func (*Registry) SetConditions ¶
SetConditions of this Registry.
func (*Registry) SetDeletionPolicy ¶
func (mg *Registry) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Registry.
func (*Registry) SetManagementPolicies ¶
func (mg *Registry) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this Registry.
func (*Registry) SetObservation ¶
SetObservation for this Registry
func (*Registry) SetParameters ¶
SetParameters for this Registry
func (*Registry) SetProviderConfigReference ¶
SetProviderConfigReference of this Registry.
func (*Registry) SetPublishConnectionDetailsTo ¶
func (mg *Registry) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Registry.
func (*Registry) SetWriteConnectionSecretToReference ¶
func (mg *Registry) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Registry.
type RegistryInitParameters ¶
type RegistryInitParameters struct { // Specifies whether the admin user is enabled. Defaults to false. AdminEnabled *bool `json:"adminEnabled,omitempty" tf:"admin_enabled,omitempty"` // Whether allows anonymous (unauthenticated) pull access to this Container Registry? This is only supported on resources with the Standard or Premium SKU. AnonymousPullEnabled *bool `json:"anonymousPullEnabled,omitempty" tf:"anonymous_pull_enabled,omitempty"` // Whether to enable dedicated data endpoints for this Container Registry? This is only supported on resources with the Premium SKU. DataEndpointEnabled *bool `json:"dataEndpointEnabled,omitempty" tf:"data_endpoint_enabled,omitempty"` // An encryption block as documented below. Encryption *EncryptionInitParameters `json:"encryption,omitempty" tf:"encryption,omitempty"` // Boolean value that indicates whether export policy is enabled. Defaults to true. In order to set it to false, make sure the public_network_access_enabled is also set to false. ExportPolicyEnabled *bool `json:"exportPolicyEnabled,omitempty" tf:"export_policy_enabled,omitempty"` // A georeplications block as documented below. Georeplications []GeoreplicationsInitParameters `json:"georeplications,omitempty" tf:"georeplications,omitempty"` // An identity block as defined below. Identity *IdentityInitParameters `json:"identity,omitempty" tf:"identity,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Whether to allow trusted Azure services to access a network restricted Container Registry? Possible values are None and AzureServices. Defaults to AzureServices. NetworkRuleBypassOption *string `json:"networkRuleBypassOption,omitempty" tf:"network_rule_bypass_option,omitempty"` // A network_rule_set block as documented below. NetworkRuleSet *NetworkRuleSetInitParameters `json:"networkRuleSet,omitempty" tf:"network_rule_set,omitempty"` // Whether public network access is allowed for the container registry. Defaults to true. PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled,omitempty"` // Boolean value that indicates whether quarantine policy is enabled. QuarantinePolicyEnabled *bool `json:"quarantinePolicyEnabled,omitempty" tf:"quarantine_policy_enabled,omitempty"` // A retention_policy block as documented below. RetentionPolicy *RetentionPolicyInitParameters `json:"retentionPolicy,omitempty" tf:"retention_policy,omitempty"` // The SKU name of the container registry. Possible values are Basic, Standard and Premium. Sku *string `json:"sku,omitempty" tf:"sku,omitempty"` // A mapping of tags to assign to the resource. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // A trust_policy block as documented below. TrustPolicy *TrustPolicyInitParameters `json:"trustPolicy,omitempty" tf:"trust_policy,omitempty"` // Whether zone redundancy is enabled for this Container Registry? Changing this forces a new resource to be created. Defaults to false. ZoneRedundancyEnabled *bool `json:"zoneRedundancyEnabled,omitempty" tf:"zone_redundancy_enabled,omitempty"` }
func (*RegistryInitParameters) DeepCopy ¶
func (in *RegistryInitParameters) DeepCopy() *RegistryInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegistryInitParameters.
func (*RegistryInitParameters) DeepCopyInto ¶
func (in *RegistryInitParameters) DeepCopyInto(out *RegistryInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegistryList ¶
type RegistryList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Registry `json:"items"` }
RegistryList contains a list of Registrys
func (*RegistryList) DeepCopy ¶
func (in *RegistryList) DeepCopy() *RegistryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegistryList.
func (*RegistryList) DeepCopyInto ¶
func (in *RegistryList) DeepCopyInto(out *RegistryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RegistryList) DeepCopyObject ¶
func (in *RegistryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RegistryList) GetItems ¶
func (l *RegistryList) GetItems() []resource.Managed
GetItems of this RegistryList.
type RegistryObservation ¶
type RegistryObservation struct { // Specifies whether the admin user is enabled. Defaults to false. AdminEnabled *bool `json:"adminEnabled,omitempty" tf:"admin_enabled,omitempty"` // The Username associated with the Container Registry Admin account - if the admin account is enabled. AdminUsername *string `json:"adminUsername,omitempty" tf:"admin_username,omitempty"` // Whether allows anonymous (unauthenticated) pull access to this Container Registry? This is only supported on resources with the Standard or Premium SKU. AnonymousPullEnabled *bool `json:"anonymousPullEnabled,omitempty" tf:"anonymous_pull_enabled,omitempty"` // Whether to enable dedicated data endpoints for this Container Registry? This is only supported on resources with the Premium SKU. DataEndpointEnabled *bool `json:"dataEndpointEnabled,omitempty" tf:"data_endpoint_enabled,omitempty"` // An encryption block as documented below. Encryption *EncryptionObservation `json:"encryption,omitempty" tf:"encryption,omitempty"` // Boolean value that indicates whether export policy is enabled. Defaults to true. In order to set it to false, make sure the public_network_access_enabled is also set to false. ExportPolicyEnabled *bool `json:"exportPolicyEnabled,omitempty" tf:"export_policy_enabled,omitempty"` // A georeplications block as documented below. Georeplications []GeoreplicationsObservation `json:"georeplications,omitempty" tf:"georeplications,omitempty"` // The ID of the Container Registry. ID *string `json:"id,omitempty" tf:"id,omitempty"` // An identity block as defined below. Identity *IdentityObservation `json:"identity,omitempty" tf:"identity,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // The URL that can be used to log into the container registry. LoginServer *string `json:"loginServer,omitempty" tf:"login_server,omitempty"` // Whether to allow trusted Azure services to access a network restricted Container Registry? Possible values are None and AzureServices. Defaults to AzureServices. NetworkRuleBypassOption *string `json:"networkRuleBypassOption,omitempty" tf:"network_rule_bypass_option,omitempty"` // A network_rule_set block as documented below. NetworkRuleSet *NetworkRuleSetObservation `json:"networkRuleSet,omitempty" tf:"network_rule_set,omitempty"` // Whether public network access is allowed for the container registry. Defaults to true. PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled,omitempty"` // Boolean value that indicates whether quarantine policy is enabled. QuarantinePolicyEnabled *bool `json:"quarantinePolicyEnabled,omitempty" tf:"quarantine_policy_enabled,omitempty"` // The name of the resource group in which to create the Container Registry. Changing this forces a new resource to be created. ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // A retention_policy block as documented below. RetentionPolicy *RetentionPolicyObservation `json:"retentionPolicy,omitempty" tf:"retention_policy,omitempty"` // The SKU name of the container registry. Possible values are Basic, Standard and Premium. Sku *string `json:"sku,omitempty" tf:"sku,omitempty"` // A mapping of tags to assign to the resource. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // A trust_policy block as documented below. TrustPolicy *TrustPolicyObservation `json:"trustPolicy,omitempty" tf:"trust_policy,omitempty"` // Whether zone redundancy is enabled for this Container Registry? Changing this forces a new resource to be created. Defaults to false. ZoneRedundancyEnabled *bool `json:"zoneRedundancyEnabled,omitempty" tf:"zone_redundancy_enabled,omitempty"` }
func (*RegistryObservation) DeepCopy ¶
func (in *RegistryObservation) DeepCopy() *RegistryObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegistryObservation.
func (*RegistryObservation) DeepCopyInto ¶
func (in *RegistryObservation) DeepCopyInto(out *RegistryObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegistryParameters ¶
type RegistryParameters struct { // Specifies whether the admin user is enabled. Defaults to false. // +kubebuilder:validation:Optional AdminEnabled *bool `json:"adminEnabled,omitempty" tf:"admin_enabled,omitempty"` // Whether allows anonymous (unauthenticated) pull access to this Container Registry? This is only supported on resources with the Standard or Premium SKU. // +kubebuilder:validation:Optional AnonymousPullEnabled *bool `json:"anonymousPullEnabled,omitempty" tf:"anonymous_pull_enabled,omitempty"` // Whether to enable dedicated data endpoints for this Container Registry? This is only supported on resources with the Premium SKU. // +kubebuilder:validation:Optional DataEndpointEnabled *bool `json:"dataEndpointEnabled,omitempty" tf:"data_endpoint_enabled,omitempty"` // An encryption block as documented below. // +kubebuilder:validation:Optional Encryption *EncryptionParameters `json:"encryption,omitempty" tf:"encryption,omitempty"` // Boolean value that indicates whether export policy is enabled. Defaults to true. In order to set it to false, make sure the public_network_access_enabled is also set to false. // +kubebuilder:validation:Optional ExportPolicyEnabled *bool `json:"exportPolicyEnabled,omitempty" tf:"export_policy_enabled,omitempty"` // A georeplications block as documented below. // +kubebuilder:validation:Optional Georeplications []GeoreplicationsParameters `json:"georeplications,omitempty" tf:"georeplications,omitempty"` // An identity block as defined below. // +kubebuilder:validation:Optional Identity *IdentityParameters `json:"identity,omitempty" tf:"identity,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Location *string `json:"location,omitempty" tf:"location,omitempty"` // Whether to allow trusted Azure services to access a network restricted Container Registry? Possible values are None and AzureServices. Defaults to AzureServices. // +kubebuilder:validation:Optional NetworkRuleBypassOption *string `json:"networkRuleBypassOption,omitempty" tf:"network_rule_bypass_option,omitempty"` // A network_rule_set block as documented below. // +kubebuilder:validation:Optional NetworkRuleSet *NetworkRuleSetParameters `json:"networkRuleSet,omitempty" tf:"network_rule_set,omitempty"` // Whether public network access is allowed for the container registry. Defaults to true. // +kubebuilder:validation:Optional PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled,omitempty"` // Boolean value that indicates whether quarantine policy is enabled. // +kubebuilder:validation:Optional QuarantinePolicyEnabled *bool `json:"quarantinePolicyEnabled,omitempty" tf:"quarantine_policy_enabled,omitempty"` // The name of the resource group in which to create the Container Registry. Changing this forces a new resource to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // Reference to a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // Selector for a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // A retention_policy block as documented below. // +kubebuilder:validation:Optional RetentionPolicy *RetentionPolicyParameters `json:"retentionPolicy,omitempty" tf:"retention_policy,omitempty"` // The SKU name of the container registry. Possible values are Basic, Standard and Premium. // +kubebuilder:validation:Optional Sku *string `json:"sku,omitempty" tf:"sku,omitempty"` // A mapping of tags to assign to the resource. // +kubebuilder:validation:Optional // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // A trust_policy block as documented below. // +kubebuilder:validation:Optional TrustPolicy *TrustPolicyParameters `json:"trustPolicy,omitempty" tf:"trust_policy,omitempty"` // Whether zone redundancy is enabled for this Container Registry? Changing this forces a new resource to be created. Defaults to false. // +kubebuilder:validation:Optional ZoneRedundancyEnabled *bool `json:"zoneRedundancyEnabled,omitempty" tf:"zone_redundancy_enabled,omitempty"` }
func (*RegistryParameters) DeepCopy ¶
func (in *RegistryParameters) DeepCopy() *RegistryParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegistryParameters.
func (*RegistryParameters) DeepCopyInto ¶
func (in *RegistryParameters) DeepCopyInto(out *RegistryParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegistrySpec ¶
type RegistrySpec struct { v1.ResourceSpec `json:",inline"` ForProvider RegistryParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider RegistryInitParameters `json:"initProvider,omitempty"` }
RegistrySpec defines the desired state of Registry
func (*RegistrySpec) DeepCopy ¶
func (in *RegistrySpec) DeepCopy() *RegistrySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegistrySpec.
func (*RegistrySpec) DeepCopyInto ¶
func (in *RegistrySpec) DeepCopyInto(out *RegistrySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegistryStatus ¶
type RegistryStatus struct { v1.ResourceStatus `json:",inline"` AtProvider RegistryObservation `json:"atProvider,omitempty"` }
RegistryStatus defines the observed state of Registry.
func (*RegistryStatus) DeepCopy ¶
func (in *RegistryStatus) DeepCopy() *RegistryStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegistryStatus.
func (*RegistryStatus) DeepCopyInto ¶
func (in *RegistryStatus) DeepCopyInto(out *RegistryStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RetentionPolicyInitParameters ¶
type RetentionPolicyInitParameters struct { // The number of days to retain an untagged manifest after which it gets purged. Default is 7. Days *float64 `json:"days,omitempty" tf:"days"` // Boolean value that indicates whether the policy is enabled. Enabled *bool `json:"enabled,omitempty" tf:"enabled"` }
func (*RetentionPolicyInitParameters) DeepCopy ¶
func (in *RetentionPolicyInitParameters) DeepCopy() *RetentionPolicyInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RetentionPolicyInitParameters.
func (*RetentionPolicyInitParameters) DeepCopyInto ¶
func (in *RetentionPolicyInitParameters) DeepCopyInto(out *RetentionPolicyInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RetentionPolicyObservation ¶
type RetentionPolicyObservation struct { // The number of days to retain an untagged manifest after which it gets purged. Default is 7. Days *float64 `json:"days,omitempty" tf:"days,omitempty"` // Boolean value that indicates whether the policy is enabled. Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"` }
func (*RetentionPolicyObservation) DeepCopy ¶
func (in *RetentionPolicyObservation) DeepCopy() *RetentionPolicyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RetentionPolicyObservation.
func (*RetentionPolicyObservation) DeepCopyInto ¶
func (in *RetentionPolicyObservation) DeepCopyInto(out *RetentionPolicyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RetentionPolicyParameters ¶
type RetentionPolicyParameters struct { // The number of days to retain an untagged manifest after which it gets purged. Default is 7. // +kubebuilder:validation:Optional Days *float64 `json:"days,omitempty" tf:"days"` // Boolean value that indicates whether the policy is enabled. // +kubebuilder:validation:Optional Enabled *bool `json:"enabled,omitempty" tf:"enabled"` }
func (*RetentionPolicyParameters) DeepCopy ¶
func (in *RetentionPolicyParameters) DeepCopy() *RetentionPolicyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RetentionPolicyParameters.
func (*RetentionPolicyParameters) DeepCopyInto ¶
func (in *RetentionPolicyParameters) DeepCopyInto(out *RetentionPolicyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TokenPassword ¶
type TokenPassword struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.password1) || (has(self.initProvider) && has(self.initProvider.password1))",message="spec.forProvider.password1 is a required parameter" Spec TokenPasswordSpec `json:"spec"` Status TokenPasswordStatus `json:"status,omitempty"` }
TokenPassword is the Schema for the TokenPasswords API. Manages a Container Registry Token Password. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}
func (*TokenPassword) DeepCopy ¶
func (in *TokenPassword) DeepCopy() *TokenPassword
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenPassword.
func (*TokenPassword) DeepCopyInto ¶
func (in *TokenPassword) DeepCopyInto(out *TokenPassword)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TokenPassword) DeepCopyObject ¶
func (in *TokenPassword) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TokenPassword) GetCondition ¶
func (mg *TokenPassword) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this TokenPassword.
func (*TokenPassword) GetConnectionDetailsMapping ¶
func (tr *TokenPassword) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this TokenPassword
func (*TokenPassword) GetDeletionPolicy ¶
func (mg *TokenPassword) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this TokenPassword.
func (*TokenPassword) GetID ¶
func (tr *TokenPassword) GetID() string
GetID returns ID of underlying Terraform resource of this TokenPassword
func (*TokenPassword) GetInitParameters ¶
func (tr *TokenPassword) GetInitParameters() (map[string]any, error)
GetInitParameters of this TokenPassword
func (*TokenPassword) GetManagementPolicies ¶
func (mg *TokenPassword) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this TokenPassword.
func (*TokenPassword) GetMergedParameters ¶
func (tr *TokenPassword) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
GetInitParameters of this TokenPassword
func (*TokenPassword) GetObservation ¶
func (tr *TokenPassword) GetObservation() (map[string]any, error)
GetObservation of this TokenPassword
func (*TokenPassword) GetParameters ¶
func (tr *TokenPassword) GetParameters() (map[string]any, error)
GetParameters of this TokenPassword
func (*TokenPassword) GetProviderConfigReference ¶
func (mg *TokenPassword) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this TokenPassword.
func (*TokenPassword) GetPublishConnectionDetailsTo ¶
func (mg *TokenPassword) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this TokenPassword.
func (*TokenPassword) GetTerraformResourceType ¶
func (mg *TokenPassword) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this TokenPassword
func (*TokenPassword) GetTerraformSchemaVersion ¶
func (tr *TokenPassword) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*TokenPassword) GetWriteConnectionSecretToReference ¶
func (mg *TokenPassword) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this TokenPassword.
func (*TokenPassword) LateInitialize ¶
func (tr *TokenPassword) LateInitialize(attrs []byte) (bool, error)
LateInitialize this TokenPassword using its observed tfState. returns True if there are any spec changes for the resource.
func (*TokenPassword) ResolveReferences ¶
ResolveReferences of this TokenPassword.
func (*TokenPassword) SetConditions ¶
func (mg *TokenPassword) SetConditions(c ...xpv1.Condition)
SetConditions of this TokenPassword.
func (*TokenPassword) SetDeletionPolicy ¶
func (mg *TokenPassword) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this TokenPassword.
func (*TokenPassword) SetManagementPolicies ¶
func (mg *TokenPassword) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this TokenPassword.
func (*TokenPassword) SetObservation ¶
func (tr *TokenPassword) SetObservation(obs map[string]any) error
SetObservation for this TokenPassword
func (*TokenPassword) SetParameters ¶
func (tr *TokenPassword) SetParameters(params map[string]any) error
SetParameters for this TokenPassword
func (*TokenPassword) SetProviderConfigReference ¶
func (mg *TokenPassword) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this TokenPassword.
func (*TokenPassword) SetPublishConnectionDetailsTo ¶
func (mg *TokenPassword) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this TokenPassword.
func (*TokenPassword) SetWriteConnectionSecretToReference ¶
func (mg *TokenPassword) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this TokenPassword.
type TokenPasswordInitParameters ¶
type TokenPasswordInitParameters struct { // The ID of the Container Registry Token that this Container Registry Token Password resides in. Changing this forces a new Container Registry Token Password to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/containerregistry/v1beta1.Token // +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractResourceID() ContainerRegistryTokenID *string `json:"containerRegistryTokenId,omitempty" tf:"container_registry_token_id,omitempty"` // Reference to a Token in containerregistry to populate containerRegistryTokenId. // +kubebuilder:validation:Optional ContainerRegistryTokenIDRef *v1.Reference `json:"containerRegistryTokenIdRef,omitempty" tf:"-"` // Selector for a Token in containerregistry to populate containerRegistryTokenId. // +kubebuilder:validation:Optional ContainerRegistryTokenIDSelector *v1.Selector `json:"containerRegistryTokenIdSelector,omitempty" tf:"-"` // One password block as defined below. Password1 *Password1InitParameters `json:"password1,omitempty" tf:"password1,omitempty"` // One password block as defined below. Password2 *Password2InitParameters `json:"password2,omitempty" tf:"password2,omitempty"` }
func (*TokenPasswordInitParameters) DeepCopy ¶
func (in *TokenPasswordInitParameters) DeepCopy() *TokenPasswordInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenPasswordInitParameters.
func (*TokenPasswordInitParameters) DeepCopyInto ¶
func (in *TokenPasswordInitParameters) DeepCopyInto(out *TokenPasswordInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TokenPasswordList ¶
type TokenPasswordList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []TokenPassword `json:"items"` }
TokenPasswordList contains a list of TokenPasswords
func (*TokenPasswordList) DeepCopy ¶
func (in *TokenPasswordList) DeepCopy() *TokenPasswordList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenPasswordList.
func (*TokenPasswordList) DeepCopyInto ¶
func (in *TokenPasswordList) DeepCopyInto(out *TokenPasswordList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TokenPasswordList) DeepCopyObject ¶
func (in *TokenPasswordList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TokenPasswordList) GetItems ¶
func (l *TokenPasswordList) GetItems() []resource.Managed
GetItems of this TokenPasswordList.
type TokenPasswordObservation ¶
type TokenPasswordObservation struct { // The ID of the Container Registry Token that this Container Registry Token Password resides in. Changing this forces a new Container Registry Token Password to be created. ContainerRegistryTokenID *string `json:"containerRegistryTokenId,omitempty" tf:"container_registry_token_id,omitempty"` // The ID of the Container Registry Token Password. ID *string `json:"id,omitempty" tf:"id,omitempty"` // One password block as defined below. Password1 *Password1Observation `json:"password1,omitempty" tf:"password1,omitempty"` // One password block as defined below. Password2 *Password2Observation `json:"password2,omitempty" tf:"password2,omitempty"` }
func (*TokenPasswordObservation) DeepCopy ¶
func (in *TokenPasswordObservation) DeepCopy() *TokenPasswordObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenPasswordObservation.
func (*TokenPasswordObservation) DeepCopyInto ¶
func (in *TokenPasswordObservation) DeepCopyInto(out *TokenPasswordObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TokenPasswordParameters ¶
type TokenPasswordParameters struct { // The ID of the Container Registry Token that this Container Registry Token Password resides in. Changing this forces a new Container Registry Token Password to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/containerregistry/v1beta1.Token // +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractResourceID() // +kubebuilder:validation:Optional ContainerRegistryTokenID *string `json:"containerRegistryTokenId,omitempty" tf:"container_registry_token_id,omitempty"` // Reference to a Token in containerregistry to populate containerRegistryTokenId. // +kubebuilder:validation:Optional ContainerRegistryTokenIDRef *v1.Reference `json:"containerRegistryTokenIdRef,omitempty" tf:"-"` // Selector for a Token in containerregistry to populate containerRegistryTokenId. // +kubebuilder:validation:Optional ContainerRegistryTokenIDSelector *v1.Selector `json:"containerRegistryTokenIdSelector,omitempty" tf:"-"` // One password block as defined below. // +kubebuilder:validation:Optional Password1 *Password1Parameters `json:"password1,omitempty" tf:"password1,omitempty"` // One password block as defined below. // +kubebuilder:validation:Optional Password2 *Password2Parameters `json:"password2,omitempty" tf:"password2,omitempty"` }
func (*TokenPasswordParameters) DeepCopy ¶
func (in *TokenPasswordParameters) DeepCopy() *TokenPasswordParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenPasswordParameters.
func (*TokenPasswordParameters) DeepCopyInto ¶
func (in *TokenPasswordParameters) DeepCopyInto(out *TokenPasswordParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TokenPasswordSpec ¶
type TokenPasswordSpec struct { v1.ResourceSpec `json:",inline"` ForProvider TokenPasswordParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider TokenPasswordInitParameters `json:"initProvider,omitempty"` }
TokenPasswordSpec defines the desired state of TokenPassword
func (*TokenPasswordSpec) DeepCopy ¶
func (in *TokenPasswordSpec) DeepCopy() *TokenPasswordSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenPasswordSpec.
func (*TokenPasswordSpec) DeepCopyInto ¶
func (in *TokenPasswordSpec) DeepCopyInto(out *TokenPasswordSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TokenPasswordStatus ¶
type TokenPasswordStatus struct { v1.ResourceStatus `json:",inline"` AtProvider TokenPasswordObservation `json:"atProvider,omitempty"` }
TokenPasswordStatus defines the observed state of TokenPassword.
func (*TokenPasswordStatus) DeepCopy ¶
func (in *TokenPasswordStatus) DeepCopy() *TokenPasswordStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TokenPasswordStatus.
func (*TokenPasswordStatus) DeepCopyInto ¶
func (in *TokenPasswordStatus) DeepCopyInto(out *TokenPasswordStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TrustPolicyInitParameters ¶
type TrustPolicyInitParameters struct { // Boolean value that indicates whether the policy is enabled. Enabled *bool `json:"enabled,omitempty" tf:"enabled"` }
func (*TrustPolicyInitParameters) DeepCopy ¶
func (in *TrustPolicyInitParameters) DeepCopy() *TrustPolicyInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrustPolicyInitParameters.
func (*TrustPolicyInitParameters) DeepCopyInto ¶
func (in *TrustPolicyInitParameters) DeepCopyInto(out *TrustPolicyInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TrustPolicyObservation ¶
type TrustPolicyObservation struct { // Boolean value that indicates whether the policy is enabled. Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"` }
func (*TrustPolicyObservation) DeepCopy ¶
func (in *TrustPolicyObservation) DeepCopy() *TrustPolicyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrustPolicyObservation.
func (*TrustPolicyObservation) DeepCopyInto ¶
func (in *TrustPolicyObservation) DeepCopyInto(out *TrustPolicyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TrustPolicyParameters ¶
type TrustPolicyParameters struct { // Boolean value that indicates whether the policy is enabled. // +kubebuilder:validation:Optional Enabled *bool `json:"enabled,omitempty" tf:"enabled"` }
func (*TrustPolicyParameters) DeepCopy ¶
func (in *TrustPolicyParameters) DeepCopy() *TrustPolicyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrustPolicyParameters.
func (*TrustPolicyParameters) DeepCopyInto ¶
func (in *TrustPolicyParameters) DeepCopyInto(out *TrustPolicyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VirtualNetworkInitParameters ¶
type VirtualNetworkInitParameters struct { // The behaviour for requests matching this rule. At this time the only supported value is Allow Action *string `json:"action,omitempty" tf:"action"` // The ID of the Container Registry. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/network/v1beta2.Subnet // +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID() SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id"` // Reference to a Subnet in network to populate subnetId. // +kubebuilder:validation:Optional SubnetIDRef *v1.Reference `json:"subnetIdRef,omitempty" tf:"-"` // Selector for a Subnet in network to populate subnetId. // +kubebuilder:validation:Optional SubnetIDSelector *v1.Selector `json:"subnetIdSelector,omitempty" tf:"-"` }
func (*VirtualNetworkInitParameters) DeepCopy ¶
func (in *VirtualNetworkInitParameters) DeepCopy() *VirtualNetworkInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualNetworkInitParameters.
func (*VirtualNetworkInitParameters) DeepCopyInto ¶
func (in *VirtualNetworkInitParameters) DeepCopyInto(out *VirtualNetworkInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VirtualNetworkObservation ¶
type VirtualNetworkObservation struct { // The behaviour for requests matching this rule. At this time the only supported value is Allow Action *string `json:"action,omitempty" tf:"action,omitempty"` // The ID of the Container Registry. SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"` }
func (*VirtualNetworkObservation) DeepCopy ¶
func (in *VirtualNetworkObservation) DeepCopy() *VirtualNetworkObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualNetworkObservation.
func (*VirtualNetworkObservation) DeepCopyInto ¶
func (in *VirtualNetworkObservation) DeepCopyInto(out *VirtualNetworkObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VirtualNetworkParameters ¶
type VirtualNetworkParameters struct { // The behaviour for requests matching this rule. At this time the only supported value is Allow // +kubebuilder:validation:Optional Action *string `json:"action,omitempty" tf:"action"` // The ID of the Container Registry. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/network/v1beta2.Subnet // +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID() // +kubebuilder:validation:Optional SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id"` // Reference to a Subnet in network to populate subnetId. // +kubebuilder:validation:Optional SubnetIDRef *v1.Reference `json:"subnetIdRef,omitempty" tf:"-"` // Selector for a Subnet in network to populate subnetId. // +kubebuilder:validation:Optional SubnetIDSelector *v1.Selector `json:"subnetIdSelector,omitempty" tf:"-"` }
func (*VirtualNetworkParameters) DeepCopy ¶
func (in *VirtualNetworkParameters) DeepCopy() *VirtualNetworkParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualNetworkParameters.
func (*VirtualNetworkParameters) DeepCopyInto ¶
func (in *VirtualNetworkParameters) DeepCopyInto(out *VirtualNetworkParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.