v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

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

Index

Constants

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

Package type metadata.

Variables

View Source
var (
	ConfigurationV1_Kind             = "ConfigurationV1"
	ConfigurationV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ConfigurationV1_Kind}.String()
	ConfigurationV1_KindAPIVersion   = ConfigurationV1_Kind + "." + CRDGroupVersion.String()
	ConfigurationV1_GroupVersionKind = CRDGroupVersion.WithKind(ConfigurationV1_Kind)
)

Repository type metadata.

View Source
var (
	DatabaseV1_Kind             = "DatabaseV1"
	DatabaseV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DatabaseV1_Kind}.String()
	DatabaseV1_KindAPIVersion   = DatabaseV1_Kind + "." + CRDGroupVersion.String()
	DatabaseV1_GroupVersionKind = CRDGroupVersion.WithKind(DatabaseV1_Kind)
)

Repository type metadata.

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 (
	InstanceV1_Kind             = "InstanceV1"
	InstanceV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: InstanceV1_Kind}.String()
	InstanceV1_KindAPIVersion   = InstanceV1_Kind + "." + CRDGroupVersion.String()
	InstanceV1_GroupVersionKind = CRDGroupVersion.WithKind(InstanceV1_Kind)
)

Repository type metadata.

View Source
var (
	UserV1_Kind             = "UserV1"
	UserV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: UserV1_Kind}.String()
	UserV1_KindAPIVersion   = UserV1_Kind + "." + CRDGroupVersion.String()
	UserV1_GroupVersionKind = CRDGroupVersion.WithKind(UserV1_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ConfigurationInitParameters

type ConfigurationInitParameters struct {

	// Configuration parameter name. Changing this creates a new resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Whether or not to store configuration parameter value as string. Changing this creates a new resource. See the below note for more information.
	StringType *bool `json:"stringType,omitempty" tf:"string_type,omitempty"`

	// Configuration parameter value. Changing this creates a new resource.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ConfigurationInitParameters) DeepCopy

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

func (*ConfigurationInitParameters) DeepCopyInto

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

type ConfigurationObservation

type ConfigurationObservation struct {

	// Configuration parameter name. Changing this creates a new resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Whether or not to store configuration parameter value as string. Changing this creates a new resource. See the below note for more information.
	StringType *bool `json:"stringType,omitempty" tf:"string_type,omitempty"`

	// Configuration parameter value. Changing this creates a new resource.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ConfigurationObservation) DeepCopy

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

func (*ConfigurationObservation) DeepCopyInto

func (in *ConfigurationObservation) DeepCopyInto(out *ConfigurationObservation)

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

type ConfigurationParameters

type ConfigurationParameters struct {

	// Configuration parameter name. Changing this creates a new resource.
	// +kubebuilder:validation:Optional
	Name *string `json:"name" tf:"name,omitempty"`

	// Whether or not to store configuration parameter value as string. Changing this creates a new resource. See the below note for more information.
	// +kubebuilder:validation:Optional
	StringType *bool `json:"stringType,omitempty" tf:"string_type,omitempty"`

	// Configuration parameter value. Changing this creates a new resource.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ConfigurationParameters) DeepCopy

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

func (*ConfigurationParameters) DeepCopyInto

func (in *ConfigurationParameters) DeepCopyInto(out *ConfigurationParameters)

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

type ConfigurationV1

type ConfigurationV1 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.datastore) || (has(self.initProvider) && has(self.initProvider.datastore))",message="spec.forProvider.datastore is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.description) || (has(self.initProvider) && has(self.initProvider.description))",message="spec.forProvider.description is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   ConfigurationV1Spec   `json:"spec"`
	Status ConfigurationV1Status `json:"status,omitempty"`
}

ConfigurationV1 is the Schema for the ConfigurationV1s API. Manages a V1 DB configuration resource within OpenStack. +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,openstack}

func (*ConfigurationV1) DeepCopy

func (in *ConfigurationV1) DeepCopy() *ConfigurationV1

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

func (*ConfigurationV1) DeepCopyInto

func (in *ConfigurationV1) DeepCopyInto(out *ConfigurationV1)

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

func (*ConfigurationV1) DeepCopyObject

func (in *ConfigurationV1) DeepCopyObject() runtime.Object

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

func (*ConfigurationV1) GetCondition

func (mg *ConfigurationV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ConfigurationV1.

func (*ConfigurationV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ConfigurationV1

func (*ConfigurationV1) GetDeletionPolicy

func (mg *ConfigurationV1) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ConfigurationV1.

func (*ConfigurationV1) GetID

func (tr *ConfigurationV1) GetID() string

GetID returns ID of underlying Terraform resource of this ConfigurationV1

func (*ConfigurationV1) GetInitParameters

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

GetInitParameters of this ConfigurationV1

func (*ConfigurationV1) GetManagementPolicies

func (mg *ConfigurationV1) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this ConfigurationV1.

func (*ConfigurationV1) GetMergedParameters

func (tr *ConfigurationV1) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this ConfigurationV1

func (*ConfigurationV1) GetObservation

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

GetObservation of this ConfigurationV1

func (*ConfigurationV1) GetParameters

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

GetParameters of this ConfigurationV1

func (*ConfigurationV1) GetProviderConfigReference

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

GetProviderConfigReference of this ConfigurationV1.

func (*ConfigurationV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ConfigurationV1.

func (*ConfigurationV1) GetTerraformResourceType

func (mg *ConfigurationV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ConfigurationV1

func (*ConfigurationV1) GetTerraformSchemaVersion

func (tr *ConfigurationV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ConfigurationV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ConfigurationV1.

func (*ConfigurationV1) LateInitialize

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

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

func (*ConfigurationV1) SetConditions

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

SetConditions of this ConfigurationV1.

func (*ConfigurationV1) SetDeletionPolicy

func (mg *ConfigurationV1) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ConfigurationV1.

func (*ConfigurationV1) SetManagementPolicies

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

SetManagementPolicies of this ConfigurationV1.

func (*ConfigurationV1) SetObservation

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

SetObservation for this ConfigurationV1

func (*ConfigurationV1) SetParameters

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

SetParameters for this ConfigurationV1

func (*ConfigurationV1) SetProviderConfigReference

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

SetProviderConfigReference of this ConfigurationV1.

func (*ConfigurationV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ConfigurationV1.

func (*ConfigurationV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ConfigurationV1.

type ConfigurationV1InitParameters

type ConfigurationV1InitParameters struct {

	// An array of configuration parameter name and value. Can be specified multiple times. The configuration object structure is documented below.
	Configuration []ConfigurationInitParameters `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// An array of database engine type and version. The datastore
	// object structure is documented below. Changing this creates resource.
	Datastore []DatastoreInitParameters `json:"datastore,omitempty" tf:"datastore,omitempty"`

	// Description of the resource.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// A unique name for the resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the db instance. Changing this
	// creates a new instance.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*ConfigurationV1InitParameters) DeepCopy

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

func (*ConfigurationV1InitParameters) DeepCopyInto

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

type ConfigurationV1List

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

ConfigurationV1List contains a list of ConfigurationV1s

func (*ConfigurationV1List) DeepCopy

func (in *ConfigurationV1List) DeepCopy() *ConfigurationV1List

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

func (*ConfigurationV1List) DeepCopyInto

func (in *ConfigurationV1List) DeepCopyInto(out *ConfigurationV1List)

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

func (*ConfigurationV1List) DeepCopyObject

func (in *ConfigurationV1List) DeepCopyObject() runtime.Object

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

func (*ConfigurationV1List) GetItems

func (l *ConfigurationV1List) GetItems() []resource.Managed

GetItems of this ConfigurationV1List.

type ConfigurationV1Observation

type ConfigurationV1Observation struct {

	// An array of configuration parameter name and value. Can be specified multiple times. The configuration object structure is documented below.
	Configuration []ConfigurationObservation `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// An array of database engine type and version. The datastore
	// object structure is documented below. Changing this creates resource.
	Datastore []DatastoreObservation `json:"datastore,omitempty" tf:"datastore,omitempty"`

	// Description of the resource.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// A unique name for the resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the db instance. Changing this
	// creates a new instance.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*ConfigurationV1Observation) DeepCopy

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

func (*ConfigurationV1Observation) DeepCopyInto

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

type ConfigurationV1Parameters

type ConfigurationV1Parameters struct {

	// An array of configuration parameter name and value. Can be specified multiple times. The configuration object structure is documented below.
	// +kubebuilder:validation:Optional
	Configuration []ConfigurationParameters `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// An array of database engine type and version. The datastore
	// object structure is documented below. Changing this creates resource.
	// +kubebuilder:validation:Optional
	Datastore []DatastoreParameters `json:"datastore,omitempty" tf:"datastore,omitempty"`

	// Description of the resource.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// A unique name for the resource.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the db instance. Changing this
	// creates a new instance.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*ConfigurationV1Parameters) DeepCopy

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

func (*ConfigurationV1Parameters) DeepCopyInto

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

type ConfigurationV1Spec

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

ConfigurationV1Spec defines the desired state of ConfigurationV1

func (*ConfigurationV1Spec) DeepCopy

func (in *ConfigurationV1Spec) DeepCopy() *ConfigurationV1Spec

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

func (*ConfigurationV1Spec) DeepCopyInto

func (in *ConfigurationV1Spec) DeepCopyInto(out *ConfigurationV1Spec)

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

type ConfigurationV1Status

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

ConfigurationV1Status defines the observed state of ConfigurationV1.

func (*ConfigurationV1Status) DeepCopy

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

func (*ConfigurationV1Status) DeepCopyInto

func (in *ConfigurationV1Status) DeepCopyInto(out *ConfigurationV1Status)

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

type DatabaseInitParameters

type DatabaseInitParameters struct {

	// Database character set. Changing this creates a
	// new instance.
	Charset *string `json:"charset,omitempty" tf:"charset,omitempty"`

	// Database collation. Changing this creates a new instance.
	Collate *string `json:"collate,omitempty" tf:"collate,omitempty"`

	// Database to be created on new instance. Changing this creates a
	// new instance.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*DatabaseInitParameters) DeepCopy

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

func (*DatabaseInitParameters) DeepCopyInto

func (in *DatabaseInitParameters) DeepCopyInto(out *DatabaseInitParameters)

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

type DatabaseObservation

type DatabaseObservation struct {

	// Database character set. Changing this creates a
	// new instance.
	Charset *string `json:"charset,omitempty" tf:"charset,omitempty"`

	// Database collation. Changing this creates a new instance.
	Collate *string `json:"collate,omitempty" tf:"collate,omitempty"`

	// Database to be created on new instance. Changing this creates a
	// new instance.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*DatabaseObservation) DeepCopy

func (in *DatabaseObservation) DeepCopy() *DatabaseObservation

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

func (*DatabaseObservation) DeepCopyInto

func (in *DatabaseObservation) DeepCopyInto(out *DatabaseObservation)

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

type DatabaseParameters

type DatabaseParameters struct {

	// Database character set. Changing this creates a
	// new instance.
	// +kubebuilder:validation:Optional
	Charset *string `json:"charset,omitempty" tf:"charset,omitempty"`

	// Database collation. Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	Collate *string `json:"collate,omitempty" tf:"collate,omitempty"`

	// Database to be created on new instance. Changing this creates a
	// new instance.
	// +kubebuilder:validation:Optional
	Name *string `json:"name" tf:"name,omitempty"`
}

func (*DatabaseParameters) DeepCopy

func (in *DatabaseParameters) DeepCopy() *DatabaseParameters

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

func (*DatabaseParameters) DeepCopyInto

func (in *DatabaseParameters) DeepCopyInto(out *DatabaseParameters)

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

type DatabaseV1

type DatabaseV1 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.instanceId) || (has(self.initProvider) && has(self.initProvider.instanceId))",message="spec.forProvider.instanceId is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   DatabaseV1Spec   `json:"spec"`
	Status DatabaseV1Status `json:"status,omitempty"`
}

DatabaseV1 is the Schema for the DatabaseV1s API. Manages a V1 database resource within OpenStack. +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,openstack}

func (*DatabaseV1) DeepCopy

func (in *DatabaseV1) DeepCopy() *DatabaseV1

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

func (*DatabaseV1) DeepCopyInto

func (in *DatabaseV1) DeepCopyInto(out *DatabaseV1)

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

func (*DatabaseV1) DeepCopyObject

func (in *DatabaseV1) DeepCopyObject() runtime.Object

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

func (*DatabaseV1) GetCondition

func (mg *DatabaseV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DatabaseV1.

func (*DatabaseV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this DatabaseV1

func (*DatabaseV1) GetDeletionPolicy

func (mg *DatabaseV1) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DatabaseV1.

func (*DatabaseV1) GetID

func (tr *DatabaseV1) GetID() string

GetID returns ID of underlying Terraform resource of this DatabaseV1

func (*DatabaseV1) GetInitParameters

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

GetInitParameters of this DatabaseV1

func (*DatabaseV1) GetManagementPolicies

func (mg *DatabaseV1) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this DatabaseV1.

func (*DatabaseV1) GetMergedParameters

func (tr *DatabaseV1) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this DatabaseV1

func (*DatabaseV1) GetObservation

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

GetObservation of this DatabaseV1

func (*DatabaseV1) GetParameters

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

GetParameters of this DatabaseV1

func (*DatabaseV1) GetProviderConfigReference

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

GetProviderConfigReference of this DatabaseV1.

func (*DatabaseV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this DatabaseV1.

func (*DatabaseV1) GetTerraformResourceType

func (mg *DatabaseV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DatabaseV1

func (*DatabaseV1) GetTerraformSchemaVersion

func (tr *DatabaseV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DatabaseV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this DatabaseV1.

func (*DatabaseV1) LateInitialize

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

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

func (*DatabaseV1) SetConditions

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

SetConditions of this DatabaseV1.

func (*DatabaseV1) SetDeletionPolicy

func (mg *DatabaseV1) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DatabaseV1.

func (*DatabaseV1) SetManagementPolicies

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

SetManagementPolicies of this DatabaseV1.

func (*DatabaseV1) SetObservation

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

SetObservation for this DatabaseV1

func (*DatabaseV1) SetParameters

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

SetParameters for this DatabaseV1

func (*DatabaseV1) SetProviderConfigReference

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

SetProviderConfigReference of this DatabaseV1.

func (*DatabaseV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this DatabaseV1.

func (*DatabaseV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this DatabaseV1.

type DatabaseV1InitParameters

type DatabaseV1InitParameters struct {

	// The ID for the database instance.
	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`

	// A unique name for the resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Openstack region resource is created in.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*DatabaseV1InitParameters) DeepCopy

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

func (*DatabaseV1InitParameters) DeepCopyInto

func (in *DatabaseV1InitParameters) DeepCopyInto(out *DatabaseV1InitParameters)

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

type DatabaseV1List

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

DatabaseV1List contains a list of DatabaseV1s

func (*DatabaseV1List) DeepCopy

func (in *DatabaseV1List) DeepCopy() *DatabaseV1List

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

func (*DatabaseV1List) DeepCopyInto

func (in *DatabaseV1List) DeepCopyInto(out *DatabaseV1List)

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

func (*DatabaseV1List) DeepCopyObject

func (in *DatabaseV1List) DeepCopyObject() runtime.Object

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

func (*DatabaseV1List) GetItems

func (l *DatabaseV1List) GetItems() []resource.Managed

GetItems of this DatabaseV1List.

type DatabaseV1Observation

type DatabaseV1Observation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The ID for the database instance.
	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`

	// A unique name for the resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Openstack region resource is created in.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*DatabaseV1Observation) DeepCopy

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

func (*DatabaseV1Observation) DeepCopyInto

func (in *DatabaseV1Observation) DeepCopyInto(out *DatabaseV1Observation)

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

type DatabaseV1Parameters

type DatabaseV1Parameters struct {

	// The ID for the database instance.
	// +kubebuilder:validation:Optional
	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`

	// A unique name for the resource.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Openstack region resource is created in.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*DatabaseV1Parameters) DeepCopy

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

func (*DatabaseV1Parameters) DeepCopyInto

func (in *DatabaseV1Parameters) DeepCopyInto(out *DatabaseV1Parameters)

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

type DatabaseV1Spec

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

DatabaseV1Spec defines the desired state of DatabaseV1

func (*DatabaseV1Spec) DeepCopy

func (in *DatabaseV1Spec) DeepCopy() *DatabaseV1Spec

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

func (*DatabaseV1Spec) DeepCopyInto

func (in *DatabaseV1Spec) DeepCopyInto(out *DatabaseV1Spec)

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

type DatabaseV1Status

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

DatabaseV1Status defines the observed state of DatabaseV1.

func (*DatabaseV1Status) DeepCopy

func (in *DatabaseV1Status) DeepCopy() *DatabaseV1Status

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

func (*DatabaseV1Status) DeepCopyInto

func (in *DatabaseV1Status) DeepCopyInto(out *DatabaseV1Status)

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

type DatastoreInitParameters

type DatastoreInitParameters struct {

	// Database engine type to be used with this configuration. Changing this creates a new resource.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Version of database engine type to be used with this configuration. Changing this creates a new resource.
	Version *string `json:"version,omitempty" tf:"version,omitempty"`
}

func (*DatastoreInitParameters) DeepCopy

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

func (*DatastoreInitParameters) DeepCopyInto

func (in *DatastoreInitParameters) DeepCopyInto(out *DatastoreInitParameters)

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

type DatastoreObservation

type DatastoreObservation struct {

	// Database engine type to be used with this configuration. Changing this creates a new resource.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Version of database engine type to be used with this configuration. Changing this creates a new resource.
	Version *string `json:"version,omitempty" tf:"version,omitempty"`
}

func (*DatastoreObservation) DeepCopy

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

func (*DatastoreObservation) DeepCopyInto

func (in *DatastoreObservation) DeepCopyInto(out *DatastoreObservation)

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

type DatastoreParameters

type DatastoreParameters struct {

	// Database engine type to be used with this configuration. Changing this creates a new resource.
	// +kubebuilder:validation:Optional
	Type *string `json:"type" tf:"type,omitempty"`

	// Version of database engine type to be used with this configuration. Changing this creates a new resource.
	// +kubebuilder:validation:Optional
	Version *string `json:"version" tf:"version,omitempty"`
}

func (*DatastoreParameters) DeepCopy

func (in *DatastoreParameters) DeepCopy() *DatastoreParameters

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

func (*DatastoreParameters) DeepCopyInto

func (in *DatastoreParameters) DeepCopyInto(out *DatastoreParameters)

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

type InstanceV1

type InstanceV1 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.datastore) || (has(self.initProvider) && has(self.initProvider.datastore))",message="spec.forProvider.datastore is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.size) || (has(self.initProvider) && has(self.initProvider.size))",message="spec.forProvider.size is a required parameter"
	Spec   InstanceV1Spec   `json:"spec"`
	Status InstanceV1Status `json:"status,omitempty"`
}

InstanceV1 is the Schema for the InstanceV1s API. Manages a V1 DB instance resource within OpenStack. +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,openstack}

func (*InstanceV1) DeepCopy

func (in *InstanceV1) DeepCopy() *InstanceV1

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

func (*InstanceV1) DeepCopyInto

func (in *InstanceV1) DeepCopyInto(out *InstanceV1)

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

func (*InstanceV1) DeepCopyObject

func (in *InstanceV1) DeepCopyObject() runtime.Object

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

func (*InstanceV1) GetCondition

func (mg *InstanceV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this InstanceV1.

func (*InstanceV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this InstanceV1

func (*InstanceV1) GetDeletionPolicy

func (mg *InstanceV1) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this InstanceV1.

func (*InstanceV1) GetID

func (tr *InstanceV1) GetID() string

GetID returns ID of underlying Terraform resource of this InstanceV1

func (*InstanceV1) GetInitParameters

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

GetInitParameters of this InstanceV1

func (*InstanceV1) GetManagementPolicies

func (mg *InstanceV1) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this InstanceV1.

func (*InstanceV1) GetMergedParameters

func (tr *InstanceV1) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this InstanceV1

func (*InstanceV1) GetObservation

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

GetObservation of this InstanceV1

func (*InstanceV1) GetParameters

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

GetParameters of this InstanceV1

func (*InstanceV1) GetProviderConfigReference

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

GetProviderConfigReference of this InstanceV1.

func (*InstanceV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this InstanceV1.

func (*InstanceV1) GetTerraformResourceType

func (mg *InstanceV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this InstanceV1

func (*InstanceV1) GetTerraformSchemaVersion

func (tr *InstanceV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*InstanceV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this InstanceV1.

func (*InstanceV1) LateInitialize

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

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

func (*InstanceV1) SetConditions

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

SetConditions of this InstanceV1.

func (*InstanceV1) SetDeletionPolicy

func (mg *InstanceV1) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this InstanceV1.

func (*InstanceV1) SetManagementPolicies

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

SetManagementPolicies of this InstanceV1.

func (*InstanceV1) SetObservation

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

SetObservation for this InstanceV1

func (*InstanceV1) SetParameters

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

SetParameters for this InstanceV1

func (*InstanceV1) SetProviderConfigReference

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

SetProviderConfigReference of this InstanceV1.

func (*InstanceV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this InstanceV1.

func (*InstanceV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this InstanceV1.

type InstanceV1DatastoreInitParameters

type InstanceV1DatastoreInitParameters struct {

	// Database engine type to be used in new instance. Changing this
	// creates a new instance.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Version of database engine type to be used in new instance.
	// Changing this creates a new instance.
	Version *string `json:"version,omitempty" tf:"version,omitempty"`
}

func (*InstanceV1DatastoreInitParameters) DeepCopy

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

func (*InstanceV1DatastoreInitParameters) DeepCopyInto

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

type InstanceV1DatastoreObservation

type InstanceV1DatastoreObservation struct {

	// Database engine type to be used in new instance. Changing this
	// creates a new instance.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Version of database engine type to be used in new instance.
	// Changing this creates a new instance.
	Version *string `json:"version,omitempty" tf:"version,omitempty"`
}

func (*InstanceV1DatastoreObservation) DeepCopy

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

func (*InstanceV1DatastoreObservation) DeepCopyInto

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

type InstanceV1DatastoreParameters

type InstanceV1DatastoreParameters struct {

	// Database engine type to be used in new instance. Changing this
	// creates a new instance.
	// +kubebuilder:validation:Optional
	Type *string `json:"type" tf:"type,omitempty"`

	// Version of database engine type to be used in new instance.
	// Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	Version *string `json:"version" tf:"version,omitempty"`
}

func (*InstanceV1DatastoreParameters) DeepCopy

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

func (*InstanceV1DatastoreParameters) DeepCopyInto

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

type InstanceV1InitParameters

type InstanceV1InitParameters struct {

	// Configuration ID to be attached to the instance. Database instance
	// will be rebooted when configuration is detached.
	ConfigurationID *string `json:"configurationId,omitempty" tf:"configuration_id,omitempty"`

	// An array of database name, charset and collate. The database
	// object structure is documented below.
	Database []DatabaseInitParameters `json:"database,omitempty" tf:"database,omitempty"`

	// An array of database engine type and version. The datastore
	// object structure is documented below. Changing this creates a new instance.
	Datastore []InstanceV1DatastoreInitParameters `json:"datastore,omitempty" tf:"datastore,omitempty"`

	// The flavor ID of the desired flavor for the instance.
	// Changing this creates new instance.
	FlavorID *string `json:"flavorId,omitempty" tf:"flavor_id,omitempty"`

	// A unique name for the resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// An array of one or more networks to attach to the
	// instance. The network object structure is documented below. Changing this
	// creates a new instance.
	Network []NetworkInitParameters `json:"network,omitempty" tf:"network,omitempty"`

	// The region in which to create the db instance. Changing this
	// creates a new instance.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Specifies the volume size in GB. Changing this creates new instance.
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// An array of username, password, host and databases. The user
	// object structure is documented below.
	User []UserInitParameters `json:"user,omitempty" tf:"user,omitempty"`
}

func (*InstanceV1InitParameters) DeepCopy

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

func (*InstanceV1InitParameters) DeepCopyInto

func (in *InstanceV1InitParameters) DeepCopyInto(out *InstanceV1InitParameters)

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

type InstanceV1List

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

InstanceV1List contains a list of InstanceV1s

func (*InstanceV1List) DeepCopy

func (in *InstanceV1List) DeepCopy() *InstanceV1List

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

func (*InstanceV1List) DeepCopyInto

func (in *InstanceV1List) DeepCopyInto(out *InstanceV1List)

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

func (*InstanceV1List) DeepCopyObject

func (in *InstanceV1List) DeepCopyObject() runtime.Object

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

func (*InstanceV1List) GetItems

func (l *InstanceV1List) GetItems() []resource.Managed

GetItems of this InstanceV1List.

type InstanceV1Observation

type InstanceV1Observation struct {

	// A list of IP addresses assigned to the instance.
	Addresses []*string `json:"addresses,omitempty" tf:"addresses,omitempty"`

	// Configuration ID to be attached to the instance. Database instance
	// will be rebooted when configuration is detached.
	ConfigurationID *string `json:"configurationId,omitempty" tf:"configuration_id,omitempty"`

	// An array of database name, charset and collate. The database
	// object structure is documented below.
	Database []DatabaseObservation `json:"database,omitempty" tf:"database,omitempty"`

	// An array of database engine type and version. The datastore
	// object structure is documented below. Changing this creates a new instance.
	Datastore []InstanceV1DatastoreObservation `json:"datastore,omitempty" tf:"datastore,omitempty"`

	// The flavor ID of the desired flavor for the instance.
	// Changing this creates new instance.
	FlavorID *string `json:"flavorId,omitempty" tf:"flavor_id,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// A unique name for the resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// An array of one or more networks to attach to the
	// instance. The network object structure is documented below. Changing this
	// creates a new instance.
	Network []NetworkObservation `json:"network,omitempty" tf:"network,omitempty"`

	// The region in which to create the db instance. Changing this
	// creates a new instance.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Specifies the volume size in GB. Changing this creates new instance.
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// An array of username, password, host and databases. The user
	// object structure is documented below.
	User []UserObservation `json:"user,omitempty" tf:"user,omitempty"`
}

func (*InstanceV1Observation) DeepCopy

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

func (*InstanceV1Observation) DeepCopyInto

func (in *InstanceV1Observation) DeepCopyInto(out *InstanceV1Observation)

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

type InstanceV1Parameters

type InstanceV1Parameters struct {

	// Configuration ID to be attached to the instance. Database instance
	// will be rebooted when configuration is detached.
	// +kubebuilder:validation:Optional
	ConfigurationID *string `json:"configurationId,omitempty" tf:"configuration_id,omitempty"`

	// An array of database name, charset and collate. The database
	// object structure is documented below.
	// +kubebuilder:validation:Optional
	Database []DatabaseParameters `json:"database,omitempty" tf:"database,omitempty"`

	// An array of database engine type and version. The datastore
	// object structure is documented below. Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	Datastore []InstanceV1DatastoreParameters `json:"datastore,omitempty" tf:"datastore,omitempty"`

	// The flavor ID of the desired flavor for the instance.
	// Changing this creates new instance.
	// +kubebuilder:validation:Optional
	FlavorID *string `json:"flavorId,omitempty" tf:"flavor_id,omitempty"`

	// A unique name for the resource.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// An array of one or more networks to attach to the
	// instance. The network object structure is documented below. Changing this
	// creates a new instance.
	// +kubebuilder:validation:Optional
	Network []NetworkParameters `json:"network,omitempty" tf:"network,omitempty"`

	// The region in which to create the db instance. Changing this
	// creates a new instance.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Specifies the volume size in GB. Changing this creates new instance.
	// +kubebuilder:validation:Optional
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// An array of username, password, host and databases. The user
	// object structure is documented below.
	// +kubebuilder:validation:Optional
	User []UserParameters `json:"user,omitempty" tf:"user,omitempty"`
}

func (*InstanceV1Parameters) DeepCopy

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

func (*InstanceV1Parameters) DeepCopyInto

func (in *InstanceV1Parameters) DeepCopyInto(out *InstanceV1Parameters)

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

type InstanceV1Spec

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

InstanceV1Spec defines the desired state of InstanceV1

func (*InstanceV1Spec) DeepCopy

func (in *InstanceV1Spec) DeepCopy() *InstanceV1Spec

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

func (*InstanceV1Spec) DeepCopyInto

func (in *InstanceV1Spec) DeepCopyInto(out *InstanceV1Spec)

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

type InstanceV1Status

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

InstanceV1Status defines the observed state of InstanceV1.

func (*InstanceV1Status) DeepCopy

func (in *InstanceV1Status) DeepCopy() *InstanceV1Status

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

func (*InstanceV1Status) DeepCopyInto

func (in *InstanceV1Status) DeepCopyInto(out *InstanceV1Status)

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

type NetworkInitParameters

type NetworkInitParameters struct {

	// Specifies a fixed IPv4 address to be used on this
	// network. Changing this creates a new instance.
	FixedIPV4 *string `json:"fixedIpV4,omitempty" tf:"fixed_ip_v4,omitempty"`

	// Specifies a fixed IPv6 address to be used on this
	// network. Changing this creates a new instance.
	FixedIPV6 *string `json:"fixedIpV6,omitempty" tf:"fixed_ip_v6,omitempty"`

	// The port UUID of a
	// network to attach to the instance. Changing this creates a new instance.
	Port *string `json:"port,omitempty" tf:"port,omitempty"`

	// The network UUID to
	// attach to the instance. Changing this creates a new instance.
	UUID *string `json:"uuid,omitempty" tf:"uuid,omitempty"`
}

func (*NetworkInitParameters) DeepCopy

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

func (*NetworkInitParameters) DeepCopyInto

func (in *NetworkInitParameters) DeepCopyInto(out *NetworkInitParameters)

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

type NetworkObservation

type NetworkObservation struct {

	// Specifies a fixed IPv4 address to be used on this
	// network. Changing this creates a new instance.
	FixedIPV4 *string `json:"fixedIpV4,omitempty" tf:"fixed_ip_v4,omitempty"`

	// Specifies a fixed IPv6 address to be used on this
	// network. Changing this creates a new instance.
	FixedIPV6 *string `json:"fixedIpV6,omitempty" tf:"fixed_ip_v6,omitempty"`

	// The port UUID of a
	// network to attach to the instance. Changing this creates a new instance.
	Port *string `json:"port,omitempty" tf:"port,omitempty"`

	// The network UUID to
	// attach to the instance. Changing this creates a new instance.
	UUID *string `json:"uuid,omitempty" tf:"uuid,omitempty"`
}

func (*NetworkObservation) DeepCopy

func (in *NetworkObservation) DeepCopy() *NetworkObservation

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

func (*NetworkObservation) DeepCopyInto

func (in *NetworkObservation) DeepCopyInto(out *NetworkObservation)

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

type NetworkParameters

type NetworkParameters struct {

	// Specifies a fixed IPv4 address to be used on this
	// network. Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	FixedIPV4 *string `json:"fixedIpV4,omitempty" tf:"fixed_ip_v4,omitempty"`

	// Specifies a fixed IPv6 address to be used on this
	// network. Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	FixedIPV6 *string `json:"fixedIpV6,omitempty" tf:"fixed_ip_v6,omitempty"`

	// The port UUID of a
	// network to attach to the instance. Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	Port *string `json:"port,omitempty" tf:"port,omitempty"`

	// The network UUID to
	// attach to the instance. Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	UUID *string `json:"uuid,omitempty" tf:"uuid,omitempty"`
}

func (*NetworkParameters) DeepCopy

func (in *NetworkParameters) DeepCopy() *NetworkParameters

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

func (*NetworkParameters) DeepCopyInto

func (in *NetworkParameters) DeepCopyInto(out *NetworkParameters)

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

type UserInitParameters

type UserInitParameters struct {

	// A list of databases that user will have access to. If not specified,
	// user has access to all databases on th einstance. Changing this creates a new instance.
	Databases []*string `json:"databases,omitempty" tf:"databases,omitempty"`

	// An ip address or % sign indicating what ip addresses can connect with
	// this user credentials. Changing this creates a new instance.
	Host *string `json:"host,omitempty" tf:"host,omitempty"`

	// Username to be created on new instance. Changing this creates a
	// new instance.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*UserInitParameters) DeepCopy

func (in *UserInitParameters) DeepCopy() *UserInitParameters

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

func (*UserInitParameters) DeepCopyInto

func (in *UserInitParameters) DeepCopyInto(out *UserInitParameters)

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

type UserObservation

type UserObservation struct {

	// A list of databases that user will have access to. If not specified,
	// user has access to all databases on th einstance. Changing this creates a new instance.
	Databases []*string `json:"databases,omitempty" tf:"databases,omitempty"`

	// An ip address or % sign indicating what ip addresses can connect with
	// this user credentials. Changing this creates a new instance.
	Host *string `json:"host,omitempty" tf:"host,omitempty"`

	// Username to be created on new instance. Changing this creates a
	// new instance.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*UserObservation) DeepCopy

func (in *UserObservation) DeepCopy() *UserObservation

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

func (*UserObservation) DeepCopyInto

func (in *UserObservation) DeepCopyInto(out *UserObservation)

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

type UserParameters

type UserParameters struct {

	// A list of databases that user will have access to. If not specified,
	// user has access to all databases on th einstance. Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	Databases []*string `json:"databases,omitempty" tf:"databases,omitempty"`

	// An ip address or % sign indicating what ip addresses can connect with
	// this user credentials. Changing this creates a new instance.
	// +kubebuilder:validation:Optional
	Host *string `json:"host,omitempty" tf:"host,omitempty"`

	// Username to be created on new instance. Changing this creates a
	// new instance.
	// +kubebuilder:validation:Optional
	Name *string `json:"name" tf:"name,omitempty"`

	// User's password. Changing this creates a
	// new instance.
	// +kubebuilder:validation:Optional
	PasswordSecretRef *v1.SecretKeySelector `json:"passwordSecretRef,omitempty" tf:"-"`
}

func (*UserParameters) DeepCopy

func (in *UserParameters) DeepCopy() *UserParameters

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

func (*UserParameters) DeepCopyInto

func (in *UserParameters) DeepCopyInto(out *UserParameters)

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

type UserV1

type UserV1 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.instanceId) || (has(self.initProvider) && has(self.initProvider.instanceId))",message="spec.forProvider.instanceId is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.passwordSecretRef)",message="spec.forProvider.passwordSecretRef is a required parameter"
	Spec   UserV1Spec   `json:"spec"`
	Status UserV1Status `json:"status,omitempty"`
}

UserV1 is the Schema for the UserV1s API. Manages a V1 database user resource within OpenStack. +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,openstack}

func (*UserV1) DeepCopy

func (in *UserV1) DeepCopy() *UserV1

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

func (*UserV1) DeepCopyInto

func (in *UserV1) DeepCopyInto(out *UserV1)

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

func (*UserV1) DeepCopyObject

func (in *UserV1) DeepCopyObject() runtime.Object

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

func (*UserV1) GetCondition

func (mg *UserV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this UserV1.

func (*UserV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this UserV1

func (*UserV1) GetDeletionPolicy

func (mg *UserV1) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this UserV1.

func (*UserV1) GetID

func (tr *UserV1) GetID() string

GetID returns ID of underlying Terraform resource of this UserV1

func (*UserV1) GetInitParameters

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

GetInitParameters of this UserV1

func (*UserV1) GetManagementPolicies

func (mg *UserV1) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this UserV1.

func (*UserV1) GetMergedParameters

func (tr *UserV1) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this UserV1

func (*UserV1) GetObservation

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

GetObservation of this UserV1

func (*UserV1) GetParameters

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

GetParameters of this UserV1

func (*UserV1) GetProviderConfigReference

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

GetProviderConfigReference of this UserV1.

func (*UserV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this UserV1.

func (*UserV1) GetTerraformResourceType

func (mg *UserV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this UserV1

func (*UserV1) GetTerraformSchemaVersion

func (tr *UserV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*UserV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this UserV1.

func (*UserV1) LateInitialize

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

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

func (*UserV1) SetConditions

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

SetConditions of this UserV1.

func (*UserV1) SetDeletionPolicy

func (mg *UserV1) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this UserV1.

func (*UserV1) SetManagementPolicies

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

SetManagementPolicies of this UserV1.

func (*UserV1) SetObservation

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

SetObservation for this UserV1

func (*UserV1) SetParameters

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

SetParameters for this UserV1

func (*UserV1) SetProviderConfigReference

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

SetProviderConfigReference of this UserV1.

func (*UserV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this UserV1.

func (*UserV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this UserV1.

type UserV1InitParameters

type UserV1InitParameters struct {

	// A list of database user should have access to.
	Databases []*string `json:"databases,omitempty" tf:"databases,omitempty"`

	Host *string `json:"host,omitempty" tf:"host,omitempty"`

	// The ID for the database instance.
	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`

	// A unique name for the resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Openstack region resource is created in.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*UserV1InitParameters) DeepCopy

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

func (*UserV1InitParameters) DeepCopyInto

func (in *UserV1InitParameters) DeepCopyInto(out *UserV1InitParameters)

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

type UserV1List

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

UserV1List contains a list of UserV1s

func (*UserV1List) DeepCopy

func (in *UserV1List) DeepCopy() *UserV1List

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

func (*UserV1List) DeepCopyInto

func (in *UserV1List) DeepCopyInto(out *UserV1List)

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

func (*UserV1List) DeepCopyObject

func (in *UserV1List) DeepCopyObject() runtime.Object

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

func (*UserV1List) GetItems

func (l *UserV1List) GetItems() []resource.Managed

GetItems of this UserV1List.

type UserV1Observation

type UserV1Observation struct {

	// A list of database user should have access to.
	Databases []*string `json:"databases,omitempty" tf:"databases,omitempty"`

	Host *string `json:"host,omitempty" tf:"host,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The ID for the database instance.
	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`

	// A unique name for the resource.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Openstack region resource is created in.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*UserV1Observation) DeepCopy

func (in *UserV1Observation) DeepCopy() *UserV1Observation

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

func (*UserV1Observation) DeepCopyInto

func (in *UserV1Observation) DeepCopyInto(out *UserV1Observation)

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

type UserV1Parameters

type UserV1Parameters struct {

	// A list of database user should have access to.
	// +kubebuilder:validation:Optional
	Databases []*string `json:"databases,omitempty" tf:"databases,omitempty"`

	// +kubebuilder:validation:Optional
	Host *string `json:"host,omitempty" tf:"host,omitempty"`

	// The ID for the database instance.
	// +kubebuilder:validation:Optional
	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`

	// A unique name for the resource.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// User's password.
	// +kubebuilder:validation:Optional
	PasswordSecretRef v1.SecretKeySelector `json:"passwordSecretRef" tf:"-"`

	// Openstack region resource is created in.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*UserV1Parameters) DeepCopy

func (in *UserV1Parameters) DeepCopy() *UserV1Parameters

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

func (*UserV1Parameters) DeepCopyInto

func (in *UserV1Parameters) DeepCopyInto(out *UserV1Parameters)

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

type UserV1Spec

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

UserV1Spec defines the desired state of UserV1

func (*UserV1Spec) DeepCopy

func (in *UserV1Spec) DeepCopy() *UserV1Spec

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

func (*UserV1Spec) DeepCopyInto

func (in *UserV1Spec) DeepCopyInto(out *UserV1Spec)

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

type UserV1Status

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

UserV1Status defines the observed state of UserV1.

func (*UserV1Status) DeepCopy

func (in *UserV1Status) DeepCopy() *UserV1Status

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

func (*UserV1Status) DeepCopyInto

func (in *UserV1Status) DeepCopyInto(out *UserV1Status)

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