v1alpha1

package
v0.0.0-...-de72ed3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "db.openstack.jet.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 ConfigurationObservation

type ConfigurationObservation struct {
}

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 {

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// +kubebuilder:validation:Required
	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"`
	Spec              ConfigurationV1Spec   `json:"spec"`
	Status            ConfigurationV1Status `json:"status,omitempty"`
}

ConfigurationV1 is the Schema for the ConfigurationV1s API +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,openstackjet}

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) GetObservation

func (tr *ConfigurationV1) GetObservation() (map[string]interface{}, error)

GetObservation of this ConfigurationV1

func (*ConfigurationV1) GetParameters

func (tr *ConfigurationV1) GetParameters() (map[string]interface{}, error)

GetParameters of this ConfigurationV1

func (*ConfigurationV1) GetProviderConfigReference

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

GetProviderConfigReference of this ConfigurationV1.

func (*ConfigurationV1) GetProviderReference

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

GetProviderReference of this ConfigurationV1. Deprecated: Use GetProviderConfigReference.

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) SetObservation

func (tr *ConfigurationV1) SetObservation(obs map[string]interface{}) error

SetObservation for this ConfigurationV1

func (*ConfigurationV1) SetParameters

func (tr *ConfigurationV1) SetParameters(params map[string]interface{}) error

SetParameters for this ConfigurationV1

func (*ConfigurationV1) SetProviderConfigReference

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

SetProviderConfigReference of this ConfigurationV1.

func (*ConfigurationV1) SetProviderReference

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

SetProviderReference of this ConfigurationV1. Deprecated: Use SetProviderConfigReference.

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 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 {
	ID *string `json:"id,omitempty" tf:"id,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 {

	// +kubebuilder:validation:Optional
	Configuration []ConfigurationParameters `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// +kubebuilder:validation:Required
	Datastore []DatastoreParameters `json:"datastore" tf:"datastore,omitempty"`

	// +kubebuilder:validation:Required
	Description *string `json:"description" tf:"description,omitempty"`

	// +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"`
}

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 DatabaseObservation

type DatabaseObservation struct {
}

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 {

	// +kubebuilder:validation:Optional
	Charset *string `json:"charset,omitempty" tf:"charset,omitempty"`

	// +kubebuilder:validation:Optional
	Collate *string `json:"collate,omitempty" tf:"collate,omitempty"`

	// +kubebuilder:validation:Required
	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"`
	Spec              DatabaseV1Spec   `json:"spec"`
	Status            DatabaseV1Status `json:"status,omitempty"`
}

DatabaseV1 is the Schema for the DatabaseV1s API +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,openstackjet}

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) GetObservation

func (tr *DatabaseV1) GetObservation() (map[string]interface{}, error)

GetObservation of this DatabaseV1

func (*DatabaseV1) GetParameters

func (tr *DatabaseV1) GetParameters() (map[string]interface{}, error)

GetParameters of this DatabaseV1

func (*DatabaseV1) GetProviderConfigReference

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

GetProviderConfigReference of this DatabaseV1.

func (*DatabaseV1) GetProviderReference

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

GetProviderReference of this DatabaseV1. Deprecated: Use GetProviderConfigReference.

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) SetObservation

func (tr *DatabaseV1) SetObservation(obs map[string]interface{}) error

SetObservation for this DatabaseV1

func (*DatabaseV1) SetParameters

func (tr *DatabaseV1) SetParameters(params map[string]interface{}) error

SetParameters for this DatabaseV1

func (*DatabaseV1) SetProviderConfigReference

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

SetProviderConfigReference of this DatabaseV1.

func (*DatabaseV1) SetProviderReference

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

SetProviderReference of this DatabaseV1. Deprecated: Use SetProviderConfigReference.

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 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"`
}

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 {

	// +kubebuilder:validation:Required
	InstanceID *string `json:"instanceId" tf:"instance_id,omitempty"`

	// +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"`
}

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 DatastoreObservation

type DatastoreObservation struct {
}

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 {

	// +kubebuilder:validation:Required
	Type *string `json:"type" tf:"type,omitempty"`

	// +kubebuilder:validation:Required
	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"`
	Spec              InstanceV1Spec   `json:"spec"`
	Status            InstanceV1Status `json:"status,omitempty"`
}

InstanceV1 is the Schema for the InstanceV1s API +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,openstackjet}

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) GetObservation

func (tr *InstanceV1) GetObservation() (map[string]interface{}, error)

GetObservation of this InstanceV1

func (*InstanceV1) GetParameters

func (tr *InstanceV1) GetParameters() (map[string]interface{}, error)

GetParameters of this InstanceV1

func (*InstanceV1) GetProviderConfigReference

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

GetProviderConfigReference of this InstanceV1.

func (*InstanceV1) GetProviderReference

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

GetProviderReference of this InstanceV1. Deprecated: Use GetProviderConfigReference.

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) SetObservation

func (tr *InstanceV1) SetObservation(obs map[string]interface{}) error

SetObservation for this InstanceV1

func (*InstanceV1) SetParameters

func (tr *InstanceV1) SetParameters(params map[string]interface{}) error

SetParameters for this InstanceV1

func (*InstanceV1) SetProviderConfigReference

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

SetProviderConfigReference of this InstanceV1.

func (*InstanceV1) SetProviderReference

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

SetProviderReference of this InstanceV1. Deprecated: Use SetProviderConfigReference.

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 InstanceV1DatastoreObservation

type InstanceV1DatastoreObservation struct {
}

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 {

	// +kubebuilder:validation:Required
	Type *string `json:"type" tf:"type,omitempty"`

	// +kubebuilder:validation:Required
	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 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 {
	Addresses []*string `json:"addresses,omitempty" tf:"addresses,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,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 {

	// +kubebuilder:validation:Optional
	ConfigurationID *string `json:"configurationId,omitempty" tf:"configuration_id,omitempty"`

	// +kubebuilder:validation:Optional
	Database []DatabaseParameters `json:"database,omitempty" tf:"database,omitempty"`

	// +kubebuilder:validation:Required
	Datastore []InstanceV1DatastoreParameters `json:"datastore" tf:"datastore,omitempty"`

	// +kubebuilder:validation:Optional
	FlavorID *string `json:"flavorId,omitempty" tf:"flavor_id,omitempty"`

	// +kubebuilder:validation:Optional
	Network []NetworkParameters `json:"network,omitempty" tf:"network,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Required
	Size *float64 `json:"size" tf:"size,omitempty"`

	// +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"`
}

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 NetworkObservation

type NetworkObservation struct {
}

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 {

	// +kubebuilder:validation:Optional
	FixedIPV4 *string `json:"fixedIpV4,omitempty" tf:"fixed_ip_v4,omitempty"`

	// +kubebuilder:validation:Optional
	FixedIPV6 *string `json:"fixedIpV6,omitempty" tf:"fixed_ip_v6,omitempty"`

	// +kubebuilder:validation:Optional
	Port *string `json:"port,omitempty" tf:"port,omitempty"`

	// +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 UserObservation

type UserObservation struct {
}

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 {

	// +kubebuilder:validation:Optional
	Databases []*string `json:"databases,omitempty" tf:"databases,omitempty"`

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

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// +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"`
	Spec              UserV1Spec   `json:"spec"`
	Status            UserV1Status `json:"status,omitempty"`
}

UserV1 is the Schema for the UserV1s API +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,openstackjet}

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) GetObservation

func (tr *UserV1) GetObservation() (map[string]interface{}, error)

GetObservation of this UserV1

func (*UserV1) GetParameters

func (tr *UserV1) GetParameters() (map[string]interface{}, error)

GetParameters of this UserV1

func (*UserV1) GetProviderConfigReference

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

GetProviderConfigReference of this UserV1.

func (*UserV1) GetProviderReference

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

GetProviderReference of this UserV1. Deprecated: Use GetProviderConfigReference.

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) SetObservation

func (tr *UserV1) SetObservation(obs map[string]interface{}) error

SetObservation for this UserV1

func (*UserV1) SetParameters

func (tr *UserV1) SetParameters(params map[string]interface{}) error

SetParameters for this UserV1

func (*UserV1) SetProviderConfigReference

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

SetProviderConfigReference of this UserV1.

func (*UserV1) SetProviderReference

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

SetProviderReference of this UserV1. Deprecated: Use SetProviderConfigReference.

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 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 {
	ID *string `json:"id,omitempty" tf:"id,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 {

	// +kubebuilder:validation:Optional
	Databases []*string `json:"databases,omitempty" tf:"databases,omitempty"`

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

	// +kubebuilder:validation:Required
	InstanceID *string `json:"instanceId" tf:"instance_id,omitempty"`

	// +kubebuilder:validation:Required
	PasswordSecretRef v1.SecretKeySelector `json:"passwordSecretRef" tf:"-"`

	// +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"`
}

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