Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=cloudprojectdatabasekafkaacl.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ProjectDatabaseKafkaACL
- func (in *ProjectDatabaseKafkaACL) DeepCopy() *ProjectDatabaseKafkaACL
- func (in *ProjectDatabaseKafkaACL) DeepCopyInto(out *ProjectDatabaseKafkaACL)
- func (in *ProjectDatabaseKafkaACL) DeepCopyObject() runtime.Object
- func (mg *ProjectDatabaseKafkaACL) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ProjectDatabaseKafkaACL) GetConnectionDetailsMapping() map[string]string
- func (mg *ProjectDatabaseKafkaACL) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ProjectDatabaseKafkaACL) GetID() string
- func (tr *ProjectDatabaseKafkaACL) GetInitParameters() (map[string]any, error)
- func (mg *ProjectDatabaseKafkaACL) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *ProjectDatabaseKafkaACL) GetObservation() (map[string]any, error)
- func (tr *ProjectDatabaseKafkaACL) GetParameters() (map[string]any, error)
- func (mg *ProjectDatabaseKafkaACL) GetProviderConfigReference() *xpv1.Reference
- func (mg *ProjectDatabaseKafkaACL) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *ProjectDatabaseKafkaACL) GetTerraformResourceType() string
- func (tr *ProjectDatabaseKafkaACL) GetTerraformSchemaVersion() int
- func (mg *ProjectDatabaseKafkaACL) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ProjectDatabaseKafkaACL) LateInitialize(attrs []byte) (bool, error)
- func (mg *ProjectDatabaseKafkaACL) SetConditions(c ...xpv1.Condition)
- func (mg *ProjectDatabaseKafkaACL) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *ProjectDatabaseKafkaACL) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *ProjectDatabaseKafkaACL) SetObservation(obs map[string]any) error
- func (tr *ProjectDatabaseKafkaACL) SetParameters(params map[string]any) error
- func (mg *ProjectDatabaseKafkaACL) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ProjectDatabaseKafkaACL) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *ProjectDatabaseKafkaACL) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ProjectDatabaseKafkaACLInitParameters
- type ProjectDatabaseKafkaACLList
- func (in *ProjectDatabaseKafkaACLList) DeepCopy() *ProjectDatabaseKafkaACLList
- func (in *ProjectDatabaseKafkaACLList) DeepCopyInto(out *ProjectDatabaseKafkaACLList)
- func (in *ProjectDatabaseKafkaACLList) DeepCopyObject() runtime.Object
- func (l *ProjectDatabaseKafkaACLList) GetItems() []resource.Managed
- type ProjectDatabaseKafkaACLObservation
- type ProjectDatabaseKafkaACLParameters
- type ProjectDatabaseKafkaACLSpec
- type ProjectDatabaseKafkaACLStatus
Constants ¶
const ( CRDGroup = "cloudprojectdatabasekafkaacl.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 ( ProjectDatabaseKafkaACL_Kind = "ProjectDatabaseKafkaACL" ProjectDatabaseKafkaACL_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ProjectDatabaseKafkaACL_Kind}.String() ProjectDatabaseKafkaACL_KindAPIVersion = ProjectDatabaseKafkaACL_Kind + "." + CRDGroupVersion.String() ProjectDatabaseKafkaACL_GroupVersionKind = CRDGroupVersion.WithKind(ProjectDatabaseKafkaACL_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type ProjectDatabaseKafkaACL ¶
type ProjectDatabaseKafkaACL 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.clusterId) || (has(self.initProvider) && has(self.initProvider.clusterId))",message="spec.forProvider.clusterId is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.permission) || (has(self.initProvider) && has(self.initProvider.permission))",message="spec.forProvider.permission 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" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.topic) || (has(self.initProvider) && has(self.initProvider.topic))",message="spec.forProvider.topic is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.username) || (has(self.initProvider) && has(self.initProvider.username))",message="spec.forProvider.username is a required parameter" Spec ProjectDatabaseKafkaACLSpec `json:"spec"` Status ProjectDatabaseKafkaACLStatus `json:"status,omitempty"` }
ProjectDatabaseKafkaACL is the Schema for the ProjectDatabaseKafkaACLs 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 (*ProjectDatabaseKafkaACL) DeepCopy ¶
func (in *ProjectDatabaseKafkaACL) DeepCopy() *ProjectDatabaseKafkaACL
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) DeepCopyInto ¶
func (in *ProjectDatabaseKafkaACL) DeepCopyInto(out *ProjectDatabaseKafkaACL)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectDatabaseKafkaACL) DeepCopyObject ¶
func (in *ProjectDatabaseKafkaACL) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ProjectDatabaseKafkaACL) GetCondition ¶
func (mg *ProjectDatabaseKafkaACL) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) GetConnectionDetailsMapping ¶
func (tr *ProjectDatabaseKafkaACL) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACL) GetDeletionPolicy ¶
func (mg *ProjectDatabaseKafkaACL) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) GetID ¶
func (tr *ProjectDatabaseKafkaACL) GetID() string
GetID returns ID of underlying Terraform resource of this ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACL) GetInitParameters ¶
func (tr *ProjectDatabaseKafkaACL) GetInitParameters() (map[string]any, error)
GetInitParameters of this ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACL) GetManagementPolicies ¶
func (mg *ProjectDatabaseKafkaACL) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) GetObservation ¶
func (tr *ProjectDatabaseKafkaACL) GetObservation() (map[string]any, error)
GetObservation of this ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACL) GetParameters ¶
func (tr *ProjectDatabaseKafkaACL) GetParameters() (map[string]any, error)
GetParameters of this ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACL) GetProviderConfigReference ¶
func (mg *ProjectDatabaseKafkaACL) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) GetPublishConnectionDetailsTo ¶
func (mg *ProjectDatabaseKafkaACL) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) GetTerraformResourceType ¶
func (mg *ProjectDatabaseKafkaACL) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACL) GetTerraformSchemaVersion ¶
func (tr *ProjectDatabaseKafkaACL) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*ProjectDatabaseKafkaACL) GetWriteConnectionSecretToReference ¶
func (mg *ProjectDatabaseKafkaACL) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) LateInitialize ¶
func (tr *ProjectDatabaseKafkaACL) LateInitialize(attrs []byte) (bool, error)
LateInitialize this ProjectDatabaseKafkaACL using its observed tfState. returns True if there are any spec changes for the resource.
func (*ProjectDatabaseKafkaACL) SetConditions ¶
func (mg *ProjectDatabaseKafkaACL) SetConditions(c ...xpv1.Condition)
SetConditions of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) SetDeletionPolicy ¶
func (mg *ProjectDatabaseKafkaACL) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) SetManagementPolicies ¶
func (mg *ProjectDatabaseKafkaACL) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) SetObservation ¶
func (tr *ProjectDatabaseKafkaACL) SetObservation(obs map[string]any) error
SetObservation for this ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACL) SetParameters ¶
func (tr *ProjectDatabaseKafkaACL) SetParameters(params map[string]any) error
SetParameters for this ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACL) SetProviderConfigReference ¶
func (mg *ProjectDatabaseKafkaACL) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) SetPublishConnectionDetailsTo ¶
func (mg *ProjectDatabaseKafkaACL) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACL) SetWriteConnectionSecretToReference ¶
func (mg *ProjectDatabaseKafkaACL) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this ProjectDatabaseKafkaACL.
type ProjectDatabaseKafkaACLInitParameters ¶
type ProjectDatabaseKafkaACLInitParameters struct { // Id of the database cluster ClusterID *string `json:"clusterId,omitempty" tf:"cluster_id,omitempty"` // Permission to give to this username on this topic Permission *string `json:"permission,omitempty" tf:"permission,omitempty"` ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` // Topic affected by this acl Topic *string `json:"topic,omitempty" tf:"topic,omitempty"` // Username affected by this acl Username *string `json:"username,omitempty" tf:"username,omitempty"` }
func (*ProjectDatabaseKafkaACLInitParameters) DeepCopy ¶
func (in *ProjectDatabaseKafkaACLInitParameters) DeepCopy() *ProjectDatabaseKafkaACLInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaACLInitParameters.
func (*ProjectDatabaseKafkaACLInitParameters) DeepCopyInto ¶
func (in *ProjectDatabaseKafkaACLInitParameters) DeepCopyInto(out *ProjectDatabaseKafkaACLInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectDatabaseKafkaACLList ¶
type ProjectDatabaseKafkaACLList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ProjectDatabaseKafkaACL `json:"items"` }
ProjectDatabaseKafkaACLList contains a list of ProjectDatabaseKafkaACLs
func (*ProjectDatabaseKafkaACLList) DeepCopy ¶
func (in *ProjectDatabaseKafkaACLList) DeepCopy() *ProjectDatabaseKafkaACLList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaACLList.
func (*ProjectDatabaseKafkaACLList) DeepCopyInto ¶
func (in *ProjectDatabaseKafkaACLList) DeepCopyInto(out *ProjectDatabaseKafkaACLList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectDatabaseKafkaACLList) DeepCopyObject ¶
func (in *ProjectDatabaseKafkaACLList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ProjectDatabaseKafkaACLList) GetItems ¶
func (l *ProjectDatabaseKafkaACLList) GetItems() []resource.Managed
GetItems of this ProjectDatabaseKafkaACLList.
type ProjectDatabaseKafkaACLObservation ¶
type ProjectDatabaseKafkaACLObservation struct { // Id of the database cluster ClusterID *string `json:"clusterId,omitempty" tf:"cluster_id,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Permission to give to this username on this topic Permission *string `json:"permission,omitempty" tf:"permission,omitempty"` ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` // Topic affected by this acl Topic *string `json:"topic,omitempty" tf:"topic,omitempty"` // Username affected by this acl Username *string `json:"username,omitempty" tf:"username,omitempty"` }
func (*ProjectDatabaseKafkaACLObservation) DeepCopy ¶
func (in *ProjectDatabaseKafkaACLObservation) DeepCopy() *ProjectDatabaseKafkaACLObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaACLObservation.
func (*ProjectDatabaseKafkaACLObservation) DeepCopyInto ¶
func (in *ProjectDatabaseKafkaACLObservation) DeepCopyInto(out *ProjectDatabaseKafkaACLObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectDatabaseKafkaACLParameters ¶
type ProjectDatabaseKafkaACLParameters struct { // Id of the database cluster // +kubebuilder:validation:Optional ClusterID *string `json:"clusterId,omitempty" tf:"cluster_id,omitempty"` // Permission to give to this username on this topic // +kubebuilder:validation:Optional Permission *string `json:"permission,omitempty" tf:"permission,omitempty"` // +kubebuilder:validation:Optional ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` // Topic affected by this acl // +kubebuilder:validation:Optional Topic *string `json:"topic,omitempty" tf:"topic,omitempty"` // Username affected by this acl // +kubebuilder:validation:Optional Username *string `json:"username,omitempty" tf:"username,omitempty"` }
func (*ProjectDatabaseKafkaACLParameters) DeepCopy ¶
func (in *ProjectDatabaseKafkaACLParameters) DeepCopy() *ProjectDatabaseKafkaACLParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaACLParameters.
func (*ProjectDatabaseKafkaACLParameters) DeepCopyInto ¶
func (in *ProjectDatabaseKafkaACLParameters) DeepCopyInto(out *ProjectDatabaseKafkaACLParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectDatabaseKafkaACLSpec ¶
type ProjectDatabaseKafkaACLSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ProjectDatabaseKafkaACLParameters `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 ProjectDatabaseKafkaACLInitParameters `json:"initProvider,omitempty"` }
ProjectDatabaseKafkaACLSpec defines the desired state of ProjectDatabaseKafkaACL
func (*ProjectDatabaseKafkaACLSpec) DeepCopy ¶
func (in *ProjectDatabaseKafkaACLSpec) DeepCopy() *ProjectDatabaseKafkaACLSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaACLSpec.
func (*ProjectDatabaseKafkaACLSpec) DeepCopyInto ¶
func (in *ProjectDatabaseKafkaACLSpec) DeepCopyInto(out *ProjectDatabaseKafkaACLSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectDatabaseKafkaACLStatus ¶
type ProjectDatabaseKafkaACLStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ProjectDatabaseKafkaACLObservation `json:"atProvider,omitempty"` }
ProjectDatabaseKafkaACLStatus defines the observed state of ProjectDatabaseKafkaACL.
func (*ProjectDatabaseKafkaACLStatus) DeepCopy ¶
func (in *ProjectDatabaseKafkaACLStatus) DeepCopy() *ProjectDatabaseKafkaACLStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaACLStatus.
func (*ProjectDatabaseKafkaACLStatus) DeepCopyInto ¶
func (in *ProjectDatabaseKafkaACLStatus) DeepCopyInto(out *ProjectDatabaseKafkaACLStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.