v1alpha1

package
v0.0.0-...-73c97c3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=cloudprojectdatabasekafkaschemaregistryacl.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "cloudprojectdatabasekafkaschemaregistryacl.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
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
)
View Source
var (
	ProjectDatabaseKafkaSchemaregistryacl_Kind             = "ProjectDatabaseKafkaSchemaregistryacl"
	ProjectDatabaseKafkaSchemaregistryacl_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProjectDatabaseKafkaSchemaregistryacl_Kind}.String()
	ProjectDatabaseKafkaSchemaregistryacl_KindAPIVersion   = ProjectDatabaseKafkaSchemaregistryacl_Kind + "." + CRDGroupVersion.String()
	ProjectDatabaseKafkaSchemaregistryacl_GroupVersionKind = CRDGroupVersion.WithKind(ProjectDatabaseKafkaSchemaregistryacl_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ProjectDatabaseKafkaSchemaregistryacl

type ProjectDatabaseKafkaSchemaregistryacl 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.resource) || (has(self.initProvider) && has(self.initProvider.resource))",message="spec.forProvider.resource 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.username) || (has(self.initProvider) && has(self.initProvider.username))",message="spec.forProvider.username is a required parameter"
	Spec   ProjectDatabaseKafkaSchemaregistryaclSpec   `json:"spec"`
	Status ProjectDatabaseKafkaSchemaregistryaclStatus `json:"status,omitempty"`
}

ProjectDatabaseKafkaSchemaregistryacl is the Schema for the ProjectDatabaseKafkaSchemaregistryacls 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 (*ProjectDatabaseKafkaSchemaregistryacl) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ProjectDatabaseKafkaSchemaregistryacl) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ProjectDatabaseKafkaSchemaregistryacl) GetCondition

GetCondition of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) GetConnectionDetailsMapping

func (tr *ProjectDatabaseKafkaSchemaregistryacl) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryacl) GetDeletionPolicy

GetDeletionPolicy of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) GetID

GetID returns ID of underlying Terraform resource of this ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryacl) GetInitParameters

func (tr *ProjectDatabaseKafkaSchemaregistryacl) GetInitParameters() (map[string]any, error)

GetInitParameters of this ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryacl) GetManagementPolicies

GetManagementPolicies of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) GetObservation

func (tr *ProjectDatabaseKafkaSchemaregistryacl) GetObservation() (map[string]any, error)

GetObservation of this ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryacl) GetParameters

func (tr *ProjectDatabaseKafkaSchemaregistryacl) GetParameters() (map[string]any, error)

GetParameters of this ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryacl) GetProviderConfigReference

func (mg *ProjectDatabaseKafkaSchemaregistryacl) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) GetPublishConnectionDetailsTo

func (mg *ProjectDatabaseKafkaSchemaregistryacl) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) GetTerraformResourceType

func (mg *ProjectDatabaseKafkaSchemaregistryacl) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryacl) GetTerraformSchemaVersion

func (tr *ProjectDatabaseKafkaSchemaregistryacl) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProjectDatabaseKafkaSchemaregistryacl) GetWriteConnectionSecretToReference

func (mg *ProjectDatabaseKafkaSchemaregistryacl) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) LateInitialize

func (tr *ProjectDatabaseKafkaSchemaregistryacl) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ProjectDatabaseKafkaSchemaregistryacl using its observed tfState. returns True if there are any spec changes for the resource.

func (*ProjectDatabaseKafkaSchemaregistryacl) SetConditions

func (mg *ProjectDatabaseKafkaSchemaregistryacl) SetConditions(c ...xpv1.Condition)

SetConditions of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) SetDeletionPolicy

SetDeletionPolicy of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) SetManagementPolicies

func (mg *ProjectDatabaseKafkaSchemaregistryacl) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) SetObservation

func (tr *ProjectDatabaseKafkaSchemaregistryacl) SetObservation(obs map[string]any) error

SetObservation for this ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryacl) SetParameters

func (tr *ProjectDatabaseKafkaSchemaregistryacl) SetParameters(params map[string]any) error

SetParameters for this ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryacl) SetProviderConfigReference

func (mg *ProjectDatabaseKafkaSchemaregistryacl) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) SetPublishConnectionDetailsTo

func (mg *ProjectDatabaseKafkaSchemaregistryacl) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryacl) SetWriteConnectionSecretToReference

func (mg *ProjectDatabaseKafkaSchemaregistryacl) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ProjectDatabaseKafkaSchemaregistryacl.

type ProjectDatabaseKafkaSchemaregistryaclInitParameters

type ProjectDatabaseKafkaSchemaregistryaclInitParameters struct {

	// Id of the database cluster
	ClusterID *string `json:"clusterId,omitempty" tf:"cluster_id,omitempty"`

	// Permission to give to this username on this resource
	Permission *string `json:"permission,omitempty" tf:"permission,omitempty"`

	// Resource affected by this acl
	Resource *string `json:"resource,omitempty" tf:"resource,omitempty"`

	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	// Username affected by this acl
	Username *string `json:"username,omitempty" tf:"username,omitempty"`
}

func (*ProjectDatabaseKafkaSchemaregistryaclInitParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaSchemaregistryaclInitParameters.

func (*ProjectDatabaseKafkaSchemaregistryaclInitParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ProjectDatabaseKafkaSchemaregistryaclList

type ProjectDatabaseKafkaSchemaregistryaclList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ProjectDatabaseKafkaSchemaregistryacl `json:"items"`
}

ProjectDatabaseKafkaSchemaregistryaclList contains a list of ProjectDatabaseKafkaSchemaregistryacls

func (*ProjectDatabaseKafkaSchemaregistryaclList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaSchemaregistryaclList.

func (*ProjectDatabaseKafkaSchemaregistryaclList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ProjectDatabaseKafkaSchemaregistryaclList) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ProjectDatabaseKafkaSchemaregistryaclList) GetItems

GetItems of this ProjectDatabaseKafkaSchemaregistryaclList.

type ProjectDatabaseKafkaSchemaregistryaclObservation

type ProjectDatabaseKafkaSchemaregistryaclObservation 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 resource
	Permission *string `json:"permission,omitempty" tf:"permission,omitempty"`

	// Resource affected by this acl
	Resource *string `json:"resource,omitempty" tf:"resource,omitempty"`

	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	// Username affected by this acl
	Username *string `json:"username,omitempty" tf:"username,omitempty"`
}

func (*ProjectDatabaseKafkaSchemaregistryaclObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaSchemaregistryaclObservation.

func (*ProjectDatabaseKafkaSchemaregistryaclObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ProjectDatabaseKafkaSchemaregistryaclParameters

type ProjectDatabaseKafkaSchemaregistryaclParameters 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 resource
	// +kubebuilder:validation:Optional
	Permission *string `json:"permission,omitempty" tf:"permission,omitempty"`

	// Resource affected by this acl
	// +kubebuilder:validation:Optional
	Resource *string `json:"resource,omitempty" tf:"resource,omitempty"`

	// +kubebuilder:validation:Optional
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	// Username affected by this acl
	// +kubebuilder:validation:Optional
	Username *string `json:"username,omitempty" tf:"username,omitempty"`
}

func (*ProjectDatabaseKafkaSchemaregistryaclParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaSchemaregistryaclParameters.

func (*ProjectDatabaseKafkaSchemaregistryaclParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ProjectDatabaseKafkaSchemaregistryaclSpec

type ProjectDatabaseKafkaSchemaregistryaclSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProjectDatabaseKafkaSchemaregistryaclParameters `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 ProjectDatabaseKafkaSchemaregistryaclInitParameters `json:"initProvider,omitempty"`
}

ProjectDatabaseKafkaSchemaregistryaclSpec defines the desired state of ProjectDatabaseKafkaSchemaregistryacl

func (*ProjectDatabaseKafkaSchemaregistryaclSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaSchemaregistryaclSpec.

func (*ProjectDatabaseKafkaSchemaregistryaclSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ProjectDatabaseKafkaSchemaregistryaclStatus

type ProjectDatabaseKafkaSchemaregistryaclStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ProjectDatabaseKafkaSchemaregistryaclObservation `json:"atProvider,omitempty"`
}

ProjectDatabaseKafkaSchemaregistryaclStatus defines the observed state of ProjectDatabaseKafkaSchemaregistryacl.

func (*ProjectDatabaseKafkaSchemaregistryaclStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectDatabaseKafkaSchemaregistryaclStatus.

func (*ProjectDatabaseKafkaSchemaregistryaclStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL