Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=cloudprojectcontainerregistryuser.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ProjectContainerregistryUser
- func (in *ProjectContainerregistryUser) DeepCopy() *ProjectContainerregistryUser
- func (in *ProjectContainerregistryUser) DeepCopyInto(out *ProjectContainerregistryUser)
- func (in *ProjectContainerregistryUser) DeepCopyObject() runtime.Object
- func (mg *ProjectContainerregistryUser) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ProjectContainerregistryUser) GetConnectionDetailsMapping() map[string]string
- func (mg *ProjectContainerregistryUser) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ProjectContainerregistryUser) GetID() string
- func (tr *ProjectContainerregistryUser) GetInitParameters() (map[string]any, error)
- func (mg *ProjectContainerregistryUser) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *ProjectContainerregistryUser) GetObservation() (map[string]any, error)
- func (tr *ProjectContainerregistryUser) GetParameters() (map[string]any, error)
- func (mg *ProjectContainerregistryUser) GetProviderConfigReference() *xpv1.Reference
- func (mg *ProjectContainerregistryUser) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *ProjectContainerregistryUser) GetTerraformResourceType() string
- func (tr *ProjectContainerregistryUser) GetTerraformSchemaVersion() int
- func (mg *ProjectContainerregistryUser) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ProjectContainerregistryUser) LateInitialize(attrs []byte) (bool, error)
- func (mg *ProjectContainerregistryUser) SetConditions(c ...xpv1.Condition)
- func (mg *ProjectContainerregistryUser) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *ProjectContainerregistryUser) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *ProjectContainerregistryUser) SetObservation(obs map[string]any) error
- func (tr *ProjectContainerregistryUser) SetParameters(params map[string]any) error
- func (mg *ProjectContainerregistryUser) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ProjectContainerregistryUser) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *ProjectContainerregistryUser) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ProjectContainerregistryUserInitParameters
- type ProjectContainerregistryUserList
- func (in *ProjectContainerregistryUserList) DeepCopy() *ProjectContainerregistryUserList
- func (in *ProjectContainerregistryUserList) DeepCopyInto(out *ProjectContainerregistryUserList)
- func (in *ProjectContainerregistryUserList) DeepCopyObject() runtime.Object
- func (l *ProjectContainerregistryUserList) GetItems() []resource.Managed
- type ProjectContainerregistryUserObservation
- type ProjectContainerregistryUserParameters
- type ProjectContainerregistryUserSpec
- type ProjectContainerregistryUserStatus
Constants ¶
const ( CRDGroup = "cloudprojectcontainerregistryuser.crossplane.io" CRDVersion = "v1alpha1" )
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 ( ProjectContainerregistryUser_Kind = "ProjectContainerregistryUser" ProjectContainerregistryUser_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ProjectContainerregistryUser_Kind}.String() ProjectContainerregistryUser_KindAPIVersion = ProjectContainerregistryUser_Kind + "." + CRDGroupVersion.String() ProjectContainerregistryUser_GroupVersionKind = CRDGroupVersion.WithKind(ProjectContainerregistryUser_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type ProjectContainerregistryUser ¶
type ProjectContainerregistryUser 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.email) || (has(self.initProvider) && has(self.initProvider.email))",message="spec.forProvider.email is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.login) || (has(self.initProvider) && has(self.initProvider.login))",message="spec.forProvider.login is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.registryId) || (has(self.initProvider) && has(self.initProvider.registryId))",message="spec.forProvider.registryId is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.serviceName) || (has(self.initProvider) && has(self.initProvider.serviceName))",message="spec.forProvider.serviceName is a required parameter" Spec ProjectContainerregistryUserSpec `json:"spec"` Status ProjectContainerregistryUserStatus `json:"status,omitempty"` }
ProjectContainerregistryUser is the Schema for the ProjectContainerregistryUsers API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].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:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,ovh}
func (*ProjectContainerregistryUser) DeepCopy ¶
func (in *ProjectContainerregistryUser) DeepCopy() *ProjectContainerregistryUser
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) DeepCopyInto ¶
func (in *ProjectContainerregistryUser) DeepCopyInto(out *ProjectContainerregistryUser)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectContainerregistryUser) DeepCopyObject ¶
func (in *ProjectContainerregistryUser) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ProjectContainerregistryUser) GetCondition ¶
func (mg *ProjectContainerregistryUser) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) GetConnectionDetailsMapping ¶
func (tr *ProjectContainerregistryUser) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this ProjectContainerregistryUser
func (*ProjectContainerregistryUser) GetDeletionPolicy ¶
func (mg *ProjectContainerregistryUser) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) GetID ¶
func (tr *ProjectContainerregistryUser) GetID() string
GetID returns ID of underlying Terraform resource of this ProjectContainerregistryUser
func (*ProjectContainerregistryUser) GetInitParameters ¶
func (tr *ProjectContainerregistryUser) GetInitParameters() (map[string]any, error)
GetInitParameters of this ProjectContainerregistryUser
func (*ProjectContainerregistryUser) GetManagementPolicies ¶
func (mg *ProjectContainerregistryUser) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) GetObservation ¶
func (tr *ProjectContainerregistryUser) GetObservation() (map[string]any, error)
GetObservation of this ProjectContainerregistryUser
func (*ProjectContainerregistryUser) GetParameters ¶
func (tr *ProjectContainerregistryUser) GetParameters() (map[string]any, error)
GetParameters of this ProjectContainerregistryUser
func (*ProjectContainerregistryUser) GetProviderConfigReference ¶
func (mg *ProjectContainerregistryUser) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) GetPublishConnectionDetailsTo ¶
func (mg *ProjectContainerregistryUser) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) GetTerraformResourceType ¶
func (mg *ProjectContainerregistryUser) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this ProjectContainerregistryUser
func (*ProjectContainerregistryUser) GetTerraformSchemaVersion ¶
func (tr *ProjectContainerregistryUser) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*ProjectContainerregistryUser) GetWriteConnectionSecretToReference ¶
func (mg *ProjectContainerregistryUser) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) LateInitialize ¶
func (tr *ProjectContainerregistryUser) LateInitialize(attrs []byte) (bool, error)
LateInitialize this ProjectContainerregistryUser using its observed tfState. returns True if there are any spec changes for the resource.
func (*ProjectContainerregistryUser) SetConditions ¶
func (mg *ProjectContainerregistryUser) SetConditions(c ...xpv1.Condition)
SetConditions of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) SetDeletionPolicy ¶
func (mg *ProjectContainerregistryUser) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) SetManagementPolicies ¶
func (mg *ProjectContainerregistryUser) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) SetObservation ¶
func (tr *ProjectContainerregistryUser) SetObservation(obs map[string]any) error
SetObservation for this ProjectContainerregistryUser
func (*ProjectContainerregistryUser) SetParameters ¶
func (tr *ProjectContainerregistryUser) SetParameters(params map[string]any) error
SetParameters for this ProjectContainerregistryUser
func (*ProjectContainerregistryUser) SetProviderConfigReference ¶
func (mg *ProjectContainerregistryUser) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) SetPublishConnectionDetailsTo ¶
func (mg *ProjectContainerregistryUser) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this ProjectContainerregistryUser.
func (*ProjectContainerregistryUser) SetWriteConnectionSecretToReference ¶
func (mg *ProjectContainerregistryUser) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this ProjectContainerregistryUser.
type ProjectContainerregistryUserInitParameters ¶
type ProjectContainerregistryUserInitParameters struct { // User email. Email *string `json:"email,omitempty" tf:"email,omitempty"` // Registry name Login *string `json:"login,omitempty" tf:"login,omitempty"` // RegistryID RegistryID *string `json:"registryId,omitempty" tf:"registry_id,omitempty"` // Service name ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*ProjectContainerregistryUserInitParameters) DeepCopy ¶
func (in *ProjectContainerregistryUserInitParameters) DeepCopy() *ProjectContainerregistryUserInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectContainerregistryUserInitParameters.
func (*ProjectContainerregistryUserInitParameters) DeepCopyInto ¶
func (in *ProjectContainerregistryUserInitParameters) DeepCopyInto(out *ProjectContainerregistryUserInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectContainerregistryUserList ¶
type ProjectContainerregistryUserList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ProjectContainerregistryUser `json:"items"` }
ProjectContainerregistryUserList contains a list of ProjectContainerregistryUsers
func (*ProjectContainerregistryUserList) DeepCopy ¶
func (in *ProjectContainerregistryUserList) DeepCopy() *ProjectContainerregistryUserList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectContainerregistryUserList.
func (*ProjectContainerregistryUserList) DeepCopyInto ¶
func (in *ProjectContainerregistryUserList) DeepCopyInto(out *ProjectContainerregistryUserList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectContainerregistryUserList) DeepCopyObject ¶
func (in *ProjectContainerregistryUserList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ProjectContainerregistryUserList) GetItems ¶
func (l *ProjectContainerregistryUserList) GetItems() []resource.Managed
GetItems of this ProjectContainerregistryUserList.
type ProjectContainerregistryUserObservation ¶
type ProjectContainerregistryUserObservation struct { // User email. Email *string `json:"email,omitempty" tf:"email,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Registry name Login *string `json:"login,omitempty" tf:"login,omitempty"` // RegistryID RegistryID *string `json:"registryId,omitempty" tf:"registry_id,omitempty"` // Service name ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` // User name User *string `json:"user,omitempty" tf:"user,omitempty"` }
func (*ProjectContainerregistryUserObservation) DeepCopy ¶
func (in *ProjectContainerregistryUserObservation) DeepCopy() *ProjectContainerregistryUserObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectContainerregistryUserObservation.
func (*ProjectContainerregistryUserObservation) DeepCopyInto ¶
func (in *ProjectContainerregistryUserObservation) DeepCopyInto(out *ProjectContainerregistryUserObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectContainerregistryUserParameters ¶
type ProjectContainerregistryUserParameters struct { // User email. // +kubebuilder:validation:Optional Email *string `json:"email,omitempty" tf:"email,omitempty"` // Registry name // +kubebuilder:validation:Optional Login *string `json:"login,omitempty" tf:"login,omitempty"` // RegistryID // +kubebuilder:validation:Optional RegistryID *string `json:"registryId,omitempty" tf:"registry_id,omitempty"` // Service name // +kubebuilder:validation:Optional ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*ProjectContainerregistryUserParameters) DeepCopy ¶
func (in *ProjectContainerregistryUserParameters) DeepCopy() *ProjectContainerregistryUserParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectContainerregistryUserParameters.
func (*ProjectContainerregistryUserParameters) DeepCopyInto ¶
func (in *ProjectContainerregistryUserParameters) DeepCopyInto(out *ProjectContainerregistryUserParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectContainerregistryUserSpec ¶
type ProjectContainerregistryUserSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ProjectContainerregistryUserParameters `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 ProjectContainerregistryUserInitParameters `json:"initProvider,omitempty"` }
ProjectContainerregistryUserSpec defines the desired state of ProjectContainerregistryUser
func (*ProjectContainerregistryUserSpec) DeepCopy ¶
func (in *ProjectContainerregistryUserSpec) DeepCopy() *ProjectContainerregistryUserSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectContainerregistryUserSpec.
func (*ProjectContainerregistryUserSpec) DeepCopyInto ¶
func (in *ProjectContainerregistryUserSpec) DeepCopyInto(out *ProjectContainerregistryUserSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectContainerregistryUserStatus ¶
type ProjectContainerregistryUserStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ProjectContainerregistryUserObservation `json:"atProvider,omitempty"` }
ProjectContainerregistryUserStatus defines the observed state of ProjectContainerregistryUser.
func (*ProjectContainerregistryUserStatus) DeepCopy ¶
func (in *ProjectContainerregistryUserStatus) DeepCopy() *ProjectContainerregistryUserStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectContainerregistryUserStatus.
func (*ProjectContainerregistryUserStatus) DeepCopyInto ¶
func (in *ProjectContainerregistryUserStatus) DeepCopyInto(out *ProjectContainerregistryUserStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.