v1alpha1

package
v0.0.0-...-9173723 Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

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

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	QosAssociationV3_Kind             = "QosAssociationV3"
	QosAssociationV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: QosAssociationV3_Kind}.String()
	QosAssociationV3_KindAPIVersion   = QosAssociationV3_Kind + "." + CRDGroupVersion.String()
	QosAssociationV3_GroupVersionKind = CRDGroupVersion.WithKind(QosAssociationV3_Kind)
)

Repository type metadata.

View Source
var (
	QosV3_Kind             = "QosV3"
	QosV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: QosV3_Kind}.String()
	QosV3_KindAPIVersion   = QosV3_Kind + "." + CRDGroupVersion.String()
	QosV3_GroupVersionKind = CRDGroupVersion.WithKind(QosV3_Kind)
)

Repository type metadata.

View Source
var (
	QuotasetV2_Kind             = "QuotasetV2"
	QuotasetV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: QuotasetV2_Kind}.String()
	QuotasetV2_KindAPIVersion   = QuotasetV2_Kind + "." + CRDGroupVersion.String()
	QuotasetV2_GroupVersionKind = CRDGroupVersion.WithKind(QuotasetV2_Kind)
)

Repository type metadata.

View Source
var (
	QuotasetV3_Kind             = "QuotasetV3"
	QuotasetV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: QuotasetV3_Kind}.String()
	QuotasetV3_KindAPIVersion   = QuotasetV3_Kind + "." + CRDGroupVersion.String()
	QuotasetV3_GroupVersionKind = CRDGroupVersion.WithKind(QuotasetV3_Kind)
)

Repository type metadata.

View Source
var (
	VolumeAttachV2_Kind             = "VolumeAttachV2"
	VolumeAttachV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VolumeAttachV2_Kind}.String()
	VolumeAttachV2_KindAPIVersion   = VolumeAttachV2_Kind + "." + CRDGroupVersion.String()
	VolumeAttachV2_GroupVersionKind = CRDGroupVersion.WithKind(VolumeAttachV2_Kind)
)

Repository type metadata.

View Source
var (
	VolumeAttachV3_Kind             = "VolumeAttachV3"
	VolumeAttachV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VolumeAttachV3_Kind}.String()
	VolumeAttachV3_KindAPIVersion   = VolumeAttachV3_Kind + "." + CRDGroupVersion.String()
	VolumeAttachV3_GroupVersionKind = CRDGroupVersion.WithKind(VolumeAttachV3_Kind)
)

Repository type metadata.

View Source
var (
	VolumeTypeAccessV3_Kind             = "VolumeTypeAccessV3"
	VolumeTypeAccessV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VolumeTypeAccessV3_Kind}.String()
	VolumeTypeAccessV3_KindAPIVersion   = VolumeTypeAccessV3_Kind + "." + CRDGroupVersion.String()
	VolumeTypeAccessV3_GroupVersionKind = CRDGroupVersion.WithKind(VolumeTypeAccessV3_Kind)
)

Repository type metadata.

View Source
var (
	VolumeTypeV3_Kind             = "VolumeTypeV3"
	VolumeTypeV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VolumeTypeV3_Kind}.String()
	VolumeTypeV3_KindAPIVersion   = VolumeTypeV3_Kind + "." + CRDGroupVersion.String()
	VolumeTypeV3_GroupVersionKind = CRDGroupVersion.WithKind(VolumeTypeV3_Kind)
)

Repository type metadata.

View Source
var (
	VolumeV1_Kind             = "VolumeV1"
	VolumeV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VolumeV1_Kind}.String()
	VolumeV1_KindAPIVersion   = VolumeV1_Kind + "." + CRDGroupVersion.String()
	VolumeV1_GroupVersionKind = CRDGroupVersion.WithKind(VolumeV1_Kind)
)

Repository type metadata.

View Source
var (
	VolumeV2_Kind             = "VolumeV2"
	VolumeV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VolumeV2_Kind}.String()
	VolumeV2_KindAPIVersion   = VolumeV2_Kind + "." + CRDGroupVersion.String()
	VolumeV2_GroupVersionKind = CRDGroupVersion.WithKind(VolumeV2_Kind)
)

Repository type metadata.

View Source
var (
	VolumeV3_Kind             = "VolumeV3"
	VolumeV3_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VolumeV3_Kind}.String()
	VolumeV3_KindAPIVersion   = VolumeV3_Kind + "." + CRDGroupVersion.String()
	VolumeV3_GroupVersionKind = CRDGroupVersion.WithKind(VolumeV3_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type AttachmentObservation

type AttachmentObservation struct {
	Device *string `json:"device,omitempty" tf:"device,omitempty"`

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

	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`
}

func (*AttachmentObservation) DeepCopy

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

func (*AttachmentObservation) DeepCopyInto

func (in *AttachmentObservation) DeepCopyInto(out *AttachmentObservation)

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

type AttachmentParameters

type AttachmentParameters struct {
}

func (*AttachmentParameters) DeepCopy

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

func (*AttachmentParameters) DeepCopyInto

func (in *AttachmentParameters) DeepCopyInto(out *AttachmentParameters)

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

type QosAssociationV3

type QosAssociationV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              QosAssociationV3Spec   `json:"spec"`
	Status            QosAssociationV3Status `json:"status,omitempty"`
}

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

func (in *QosAssociationV3) DeepCopy() *QosAssociationV3

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

func (*QosAssociationV3) DeepCopyInto

func (in *QosAssociationV3) DeepCopyInto(out *QosAssociationV3)

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

func (*QosAssociationV3) DeepCopyObject

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

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

func (*QosAssociationV3) GetCondition

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

GetCondition of this QosAssociationV3.

func (*QosAssociationV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this QosAssociationV3

func (*QosAssociationV3) GetDeletionPolicy

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

GetDeletionPolicy of this QosAssociationV3.

func (*QosAssociationV3) GetID

func (tr *QosAssociationV3) GetID() string

GetID returns ID of underlying Terraform resource of this QosAssociationV3

func (*QosAssociationV3) GetObservation

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

GetObservation of this QosAssociationV3

func (*QosAssociationV3) GetParameters

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

GetParameters of this QosAssociationV3

func (*QosAssociationV3) GetProviderConfigReference

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

GetProviderConfigReference of this QosAssociationV3.

func (*QosAssociationV3) GetProviderReference

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

GetProviderReference of this QosAssociationV3. Deprecated: Use GetProviderConfigReference.

func (*QosAssociationV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this QosAssociationV3.

func (*QosAssociationV3) GetTerraformResourceType

func (mg *QosAssociationV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this QosAssociationV3

func (*QosAssociationV3) GetTerraformSchemaVersion

func (tr *QosAssociationV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*QosAssociationV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this QosAssociationV3.

func (*QosAssociationV3) LateInitialize

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

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

func (*QosAssociationV3) SetConditions

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

SetConditions of this QosAssociationV3.

func (*QosAssociationV3) SetDeletionPolicy

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

SetDeletionPolicy of this QosAssociationV3.

func (*QosAssociationV3) SetObservation

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

SetObservation for this QosAssociationV3

func (*QosAssociationV3) SetParameters

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

SetParameters for this QosAssociationV3

func (*QosAssociationV3) SetProviderConfigReference

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

SetProviderConfigReference of this QosAssociationV3.

func (*QosAssociationV3) SetProviderReference

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

SetProviderReference of this QosAssociationV3. Deprecated: Use SetProviderConfigReference.

func (*QosAssociationV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this QosAssociationV3.

func (*QosAssociationV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this QosAssociationV3.

type QosAssociationV3List

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

QosAssociationV3List contains a list of QosAssociationV3s

func (*QosAssociationV3List) DeepCopy

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

func (*QosAssociationV3List) DeepCopyInto

func (in *QosAssociationV3List) DeepCopyInto(out *QosAssociationV3List)

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

func (*QosAssociationV3List) DeepCopyObject

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

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

func (*QosAssociationV3List) GetItems

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

GetItems of this QosAssociationV3List.

type QosAssociationV3Observation

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

func (*QosAssociationV3Observation) DeepCopy

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

func (*QosAssociationV3Observation) DeepCopyInto

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

type QosAssociationV3Parameters

type QosAssociationV3Parameters struct {

	// +kubebuilder:validation:Required
	QosID *string `json:"qosId" tf:"qos_id,omitempty"`

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

	// +kubebuilder:validation:Required
	VolumeTypeID *string `json:"volumeTypeId" tf:"volume_type_id,omitempty"`
}

func (*QosAssociationV3Parameters) DeepCopy

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

func (*QosAssociationV3Parameters) DeepCopyInto

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

type QosAssociationV3Spec

type QosAssociationV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     QosAssociationV3Parameters `json:"forProvider"`
}

QosAssociationV3Spec defines the desired state of QosAssociationV3

func (*QosAssociationV3Spec) DeepCopy

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

func (*QosAssociationV3Spec) DeepCopyInto

func (in *QosAssociationV3Spec) DeepCopyInto(out *QosAssociationV3Spec)

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

type QosAssociationV3Status

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

QosAssociationV3Status defines the observed state of QosAssociationV3.

func (*QosAssociationV3Status) DeepCopy

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

func (*QosAssociationV3Status) DeepCopyInto

func (in *QosAssociationV3Status) DeepCopyInto(out *QosAssociationV3Status)

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

type QosV3

type QosV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              QosV3Spec   `json:"spec"`
	Status            QosV3Status `json:"status,omitempty"`
}

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

func (in *QosV3) DeepCopy() *QosV3

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

func (*QosV3) DeepCopyInto

func (in *QosV3) DeepCopyInto(out *QosV3)

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

func (*QosV3) DeepCopyObject

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

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

func (*QosV3) GetCondition

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

GetCondition of this QosV3.

func (*QosV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this QosV3

func (*QosV3) GetDeletionPolicy

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

GetDeletionPolicy of this QosV3.

func (*QosV3) GetID

func (tr *QosV3) GetID() string

GetID returns ID of underlying Terraform resource of this QosV3

func (*QosV3) GetObservation

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

GetObservation of this QosV3

func (*QosV3) GetParameters

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

GetParameters of this QosV3

func (*QosV3) GetProviderConfigReference

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

GetProviderConfigReference of this QosV3.

func (*QosV3) GetProviderReference

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

GetProviderReference of this QosV3. Deprecated: Use GetProviderConfigReference.

func (*QosV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this QosV3.

func (*QosV3) GetTerraformResourceType

func (mg *QosV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this QosV3

func (*QosV3) GetTerraformSchemaVersion

func (tr *QosV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*QosV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this QosV3.

func (*QosV3) LateInitialize

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

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

func (*QosV3) SetConditions

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

SetConditions of this QosV3.

func (*QosV3) SetDeletionPolicy

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

SetDeletionPolicy of this QosV3.

func (*QosV3) SetObservation

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

SetObservation for this QosV3

func (*QosV3) SetParameters

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

SetParameters for this QosV3

func (*QosV3) SetProviderConfigReference

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

SetProviderConfigReference of this QosV3.

func (*QosV3) SetProviderReference

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

SetProviderReference of this QosV3. Deprecated: Use SetProviderConfigReference.

func (*QosV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this QosV3.

func (*QosV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this QosV3.

type QosV3List

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

QosV3List contains a list of QosV3s

func (*QosV3List) DeepCopy

func (in *QosV3List) DeepCopy() *QosV3List

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

func (*QosV3List) DeepCopyInto

func (in *QosV3List) DeepCopyInto(out *QosV3List)

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

func (*QosV3List) DeepCopyObject

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

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

func (*QosV3List) GetItems

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

GetItems of this QosV3List.

type QosV3Observation

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

func (*QosV3Observation) DeepCopy

func (in *QosV3Observation) DeepCopy() *QosV3Observation

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

func (*QosV3Observation) DeepCopyInto

func (in *QosV3Observation) DeepCopyInto(out *QosV3Observation)

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

type QosV3Parameters

type QosV3Parameters struct {

	// +kubebuilder:validation:Optional
	Consumer *string `json:"consumer,omitempty" tf:"consumer,omitempty"`

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

	// +kubebuilder:validation:Optional
	Specs map[string]*string `json:"specs,omitempty" tf:"specs,omitempty"`
}

func (*QosV3Parameters) DeepCopy

func (in *QosV3Parameters) DeepCopy() *QosV3Parameters

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

func (*QosV3Parameters) DeepCopyInto

func (in *QosV3Parameters) DeepCopyInto(out *QosV3Parameters)

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

type QosV3Spec

type QosV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     QosV3Parameters `json:"forProvider"`
}

QosV3Spec defines the desired state of QosV3

func (*QosV3Spec) DeepCopy

func (in *QosV3Spec) DeepCopy() *QosV3Spec

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

func (*QosV3Spec) DeepCopyInto

func (in *QosV3Spec) DeepCopyInto(out *QosV3Spec)

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

type QosV3Status

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

QosV3Status defines the observed state of QosV3.

func (*QosV3Status) DeepCopy

func (in *QosV3Status) DeepCopy() *QosV3Status

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

func (*QosV3Status) DeepCopyInto

func (in *QosV3Status) DeepCopyInto(out *QosV3Status)

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

type QuotasetV2

type QuotasetV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              QuotasetV2Spec   `json:"spec"`
	Status            QuotasetV2Status `json:"status,omitempty"`
}

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

func (in *QuotasetV2) DeepCopy() *QuotasetV2

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

func (*QuotasetV2) DeepCopyInto

func (in *QuotasetV2) DeepCopyInto(out *QuotasetV2)

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

func (*QuotasetV2) DeepCopyObject

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

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

func (*QuotasetV2) GetCondition

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

GetCondition of this QuotasetV2.

func (*QuotasetV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this QuotasetV2

func (*QuotasetV2) GetDeletionPolicy

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

GetDeletionPolicy of this QuotasetV2.

func (*QuotasetV2) GetID

func (tr *QuotasetV2) GetID() string

GetID returns ID of underlying Terraform resource of this QuotasetV2

func (*QuotasetV2) GetObservation

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

GetObservation of this QuotasetV2

func (*QuotasetV2) GetParameters

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

GetParameters of this QuotasetV2

func (*QuotasetV2) GetProviderConfigReference

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

GetProviderConfigReference of this QuotasetV2.

func (*QuotasetV2) GetProviderReference

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

GetProviderReference of this QuotasetV2. Deprecated: Use GetProviderConfigReference.

func (*QuotasetV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this QuotasetV2.

func (*QuotasetV2) GetTerraformResourceType

func (mg *QuotasetV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this QuotasetV2

func (*QuotasetV2) GetTerraformSchemaVersion

func (tr *QuotasetV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*QuotasetV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this QuotasetV2.

func (*QuotasetV2) LateInitialize

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

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

func (*QuotasetV2) SetConditions

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

SetConditions of this QuotasetV2.

func (*QuotasetV2) SetDeletionPolicy

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

SetDeletionPolicy of this QuotasetV2.

func (*QuotasetV2) SetObservation

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

SetObservation for this QuotasetV2

func (*QuotasetV2) SetParameters

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

SetParameters for this QuotasetV2

func (*QuotasetV2) SetProviderConfigReference

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

SetProviderConfigReference of this QuotasetV2.

func (*QuotasetV2) SetProviderReference

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

SetProviderReference of this QuotasetV2. Deprecated: Use SetProviderConfigReference.

func (*QuotasetV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this QuotasetV2.

func (*QuotasetV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this QuotasetV2.

type QuotasetV2List

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

QuotasetV2List contains a list of QuotasetV2s

func (*QuotasetV2List) DeepCopy

func (in *QuotasetV2List) DeepCopy() *QuotasetV2List

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

func (*QuotasetV2List) DeepCopyInto

func (in *QuotasetV2List) DeepCopyInto(out *QuotasetV2List)

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

func (*QuotasetV2List) DeepCopyObject

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

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

func (*QuotasetV2List) GetItems

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

GetItems of this QuotasetV2List.

type QuotasetV2Observation

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

func (*QuotasetV2Observation) DeepCopy

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

func (*QuotasetV2Observation) DeepCopyInto

func (in *QuotasetV2Observation) DeepCopyInto(out *QuotasetV2Observation)

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

type QuotasetV2Parameters

type QuotasetV2Parameters struct {

	// +kubebuilder:validation:Optional
	BackupGigabytes *float64 `json:"backupGigabytes,omitempty" tf:"backup_gigabytes,omitempty"`

	// +kubebuilder:validation:Optional
	Backups *float64 `json:"backups,omitempty" tf:"backups,omitempty"`

	// +kubebuilder:validation:Optional
	Gigabytes *float64 `json:"gigabytes,omitempty" tf:"gigabytes,omitempty"`

	// +kubebuilder:validation:Optional
	Groups *float64 `json:"groups,omitempty" tf:"groups,omitempty"`

	// +kubebuilder:validation:Optional
	PerVolumeGigabytes *float64 `json:"perVolumeGigabytes,omitempty" tf:"per_volume_gigabytes,omitempty"`

	// +kubebuilder:validation:Required
	ProjectID *string `json:"projectId" tf:"project_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	Snapshots *float64 `json:"snapshots,omitempty" tf:"snapshots,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeTypeQuota map[string]*string `json:"volumeTypeQuota,omitempty" tf:"volume_type_quota,omitempty"`

	// +kubebuilder:validation:Optional
	Volumes *float64 `json:"volumes,omitempty" tf:"volumes,omitempty"`
}

func (*QuotasetV2Parameters) DeepCopy

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

func (*QuotasetV2Parameters) DeepCopyInto

func (in *QuotasetV2Parameters) DeepCopyInto(out *QuotasetV2Parameters)

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

type QuotasetV2Spec

type QuotasetV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     QuotasetV2Parameters `json:"forProvider"`
}

QuotasetV2Spec defines the desired state of QuotasetV2

func (*QuotasetV2Spec) DeepCopy

func (in *QuotasetV2Spec) DeepCopy() *QuotasetV2Spec

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

func (*QuotasetV2Spec) DeepCopyInto

func (in *QuotasetV2Spec) DeepCopyInto(out *QuotasetV2Spec)

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

type QuotasetV2Status

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

QuotasetV2Status defines the observed state of QuotasetV2.

func (*QuotasetV2Status) DeepCopy

func (in *QuotasetV2Status) DeepCopy() *QuotasetV2Status

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

func (*QuotasetV2Status) DeepCopyInto

func (in *QuotasetV2Status) DeepCopyInto(out *QuotasetV2Status)

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

type QuotasetV3

type QuotasetV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              QuotasetV3Spec   `json:"spec"`
	Status            QuotasetV3Status `json:"status,omitempty"`
}

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

func (in *QuotasetV3) DeepCopy() *QuotasetV3

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

func (*QuotasetV3) DeepCopyInto

func (in *QuotasetV3) DeepCopyInto(out *QuotasetV3)

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

func (*QuotasetV3) DeepCopyObject

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

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

func (*QuotasetV3) GetCondition

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

GetCondition of this QuotasetV3.

func (*QuotasetV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this QuotasetV3

func (*QuotasetV3) GetDeletionPolicy

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

GetDeletionPolicy of this QuotasetV3.

func (*QuotasetV3) GetID

func (tr *QuotasetV3) GetID() string

GetID returns ID of underlying Terraform resource of this QuotasetV3

func (*QuotasetV3) GetObservation

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

GetObservation of this QuotasetV3

func (*QuotasetV3) GetParameters

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

GetParameters of this QuotasetV3

func (*QuotasetV3) GetProviderConfigReference

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

GetProviderConfigReference of this QuotasetV3.

func (*QuotasetV3) GetProviderReference

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

GetProviderReference of this QuotasetV3. Deprecated: Use GetProviderConfigReference.

func (*QuotasetV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this QuotasetV3.

func (*QuotasetV3) GetTerraformResourceType

func (mg *QuotasetV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this QuotasetV3

func (*QuotasetV3) GetTerraformSchemaVersion

func (tr *QuotasetV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*QuotasetV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this QuotasetV3.

func (*QuotasetV3) LateInitialize

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

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

func (*QuotasetV3) SetConditions

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

SetConditions of this QuotasetV3.

func (*QuotasetV3) SetDeletionPolicy

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

SetDeletionPolicy of this QuotasetV3.

func (*QuotasetV3) SetObservation

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

SetObservation for this QuotasetV3

func (*QuotasetV3) SetParameters

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

SetParameters for this QuotasetV3

func (*QuotasetV3) SetProviderConfigReference

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

SetProviderConfigReference of this QuotasetV3.

func (*QuotasetV3) SetProviderReference

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

SetProviderReference of this QuotasetV3. Deprecated: Use SetProviderConfigReference.

func (*QuotasetV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this QuotasetV3.

func (*QuotasetV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this QuotasetV3.

type QuotasetV3List

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

QuotasetV3List contains a list of QuotasetV3s

func (*QuotasetV3List) DeepCopy

func (in *QuotasetV3List) DeepCopy() *QuotasetV3List

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

func (*QuotasetV3List) DeepCopyInto

func (in *QuotasetV3List) DeepCopyInto(out *QuotasetV3List)

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

func (*QuotasetV3List) DeepCopyObject

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

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

func (*QuotasetV3List) GetItems

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

GetItems of this QuotasetV3List.

type QuotasetV3Observation

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

func (*QuotasetV3Observation) DeepCopy

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

func (*QuotasetV3Observation) DeepCopyInto

func (in *QuotasetV3Observation) DeepCopyInto(out *QuotasetV3Observation)

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

type QuotasetV3Parameters

type QuotasetV3Parameters struct {

	// +kubebuilder:validation:Optional
	BackupGigabytes *float64 `json:"backupGigabytes,omitempty" tf:"backup_gigabytes,omitempty"`

	// +kubebuilder:validation:Optional
	Backups *float64 `json:"backups,omitempty" tf:"backups,omitempty"`

	// +kubebuilder:validation:Optional
	Gigabytes *float64 `json:"gigabytes,omitempty" tf:"gigabytes,omitempty"`

	// +kubebuilder:validation:Optional
	Groups *float64 `json:"groups,omitempty" tf:"groups,omitempty"`

	// +kubebuilder:validation:Optional
	PerVolumeGigabytes *float64 `json:"perVolumeGigabytes,omitempty" tf:"per_volume_gigabytes,omitempty"`

	// +kubebuilder:validation:Required
	ProjectID *string `json:"projectId" tf:"project_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	Snapshots *float64 `json:"snapshots,omitempty" tf:"snapshots,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeTypeQuota map[string]*string `json:"volumeTypeQuota,omitempty" tf:"volume_type_quota,omitempty"`

	// +kubebuilder:validation:Optional
	Volumes *float64 `json:"volumes,omitempty" tf:"volumes,omitempty"`
}

func (*QuotasetV3Parameters) DeepCopy

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

func (*QuotasetV3Parameters) DeepCopyInto

func (in *QuotasetV3Parameters) DeepCopyInto(out *QuotasetV3Parameters)

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

type QuotasetV3Spec

type QuotasetV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     QuotasetV3Parameters `json:"forProvider"`
}

QuotasetV3Spec defines the desired state of QuotasetV3

func (*QuotasetV3Spec) DeepCopy

func (in *QuotasetV3Spec) DeepCopy() *QuotasetV3Spec

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

func (*QuotasetV3Spec) DeepCopyInto

func (in *QuotasetV3Spec) DeepCopyInto(out *QuotasetV3Spec)

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

type QuotasetV3Status

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

QuotasetV3Status defines the observed state of QuotasetV3.

func (*QuotasetV3Status) DeepCopy

func (in *QuotasetV3Status) DeepCopy() *QuotasetV3Status

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

func (*QuotasetV3Status) DeepCopyInto

func (in *QuotasetV3Status) DeepCopyInto(out *QuotasetV3Status)

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

type SchedulerHintsObservation

type SchedulerHintsObservation struct {
}

func (*SchedulerHintsObservation) DeepCopy

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

func (*SchedulerHintsObservation) DeepCopyInto

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

type SchedulerHintsParameters

type SchedulerHintsParameters struct {

	// +kubebuilder:validation:Optional
	AdditionalProperties map[string]*string `json:"additionalProperties,omitempty" tf:"additional_properties,omitempty"`

	// +kubebuilder:validation:Optional
	DifferentHost []*string `json:"differentHost,omitempty" tf:"different_host,omitempty"`

	// +kubebuilder:validation:Optional
	LocalToInstance *string `json:"localToInstance,omitempty" tf:"local_to_instance,omitempty"`

	// +kubebuilder:validation:Optional
	Query *string `json:"query,omitempty" tf:"query,omitempty"`

	// +kubebuilder:validation:Optional
	SameHost []*string `json:"sameHost,omitempty" tf:"same_host,omitempty"`
}

func (*SchedulerHintsParameters) DeepCopy

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

func (*SchedulerHintsParameters) DeepCopyInto

func (in *SchedulerHintsParameters) DeepCopyInto(out *SchedulerHintsParameters)

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

type VolumeAttachV2

type VolumeAttachV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumeAttachV2Spec   `json:"spec"`
	Status            VolumeAttachV2Status `json:"status,omitempty"`
}

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

func (in *VolumeAttachV2) DeepCopy() *VolumeAttachV2

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

func (*VolumeAttachV2) DeepCopyInto

func (in *VolumeAttachV2) DeepCopyInto(out *VolumeAttachV2)

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

func (*VolumeAttachV2) DeepCopyObject

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

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

func (*VolumeAttachV2) GetCondition

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

GetCondition of this VolumeAttachV2.

func (*VolumeAttachV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this VolumeAttachV2

func (*VolumeAttachV2) GetDeletionPolicy

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

GetDeletionPolicy of this VolumeAttachV2.

func (*VolumeAttachV2) GetID

func (tr *VolumeAttachV2) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeAttachV2

func (*VolumeAttachV2) GetObservation

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

GetObservation of this VolumeAttachV2

func (*VolumeAttachV2) GetParameters

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

GetParameters of this VolumeAttachV2

func (*VolumeAttachV2) GetProviderConfigReference

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

GetProviderConfigReference of this VolumeAttachV2.

func (*VolumeAttachV2) GetProviderReference

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

GetProviderReference of this VolumeAttachV2. Deprecated: Use GetProviderConfigReference.

func (*VolumeAttachV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this VolumeAttachV2.

func (*VolumeAttachV2) GetTerraformResourceType

func (mg *VolumeAttachV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeAttachV2

func (*VolumeAttachV2) GetTerraformSchemaVersion

func (tr *VolumeAttachV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeAttachV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VolumeAttachV2.

func (*VolumeAttachV2) LateInitialize

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

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

func (*VolumeAttachV2) SetConditions

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

SetConditions of this VolumeAttachV2.

func (*VolumeAttachV2) SetDeletionPolicy

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

SetDeletionPolicy of this VolumeAttachV2.

func (*VolumeAttachV2) SetObservation

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

SetObservation for this VolumeAttachV2

func (*VolumeAttachV2) SetParameters

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

SetParameters for this VolumeAttachV2

func (*VolumeAttachV2) SetProviderConfigReference

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

SetProviderConfigReference of this VolumeAttachV2.

func (*VolumeAttachV2) SetProviderReference

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

SetProviderReference of this VolumeAttachV2. Deprecated: Use SetProviderConfigReference.

func (*VolumeAttachV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this VolumeAttachV2.

func (*VolumeAttachV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VolumeAttachV2.

type VolumeAttachV2List

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

VolumeAttachV2List contains a list of VolumeAttachV2s

func (*VolumeAttachV2List) DeepCopy

func (in *VolumeAttachV2List) DeepCopy() *VolumeAttachV2List

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

func (*VolumeAttachV2List) DeepCopyInto

func (in *VolumeAttachV2List) DeepCopyInto(out *VolumeAttachV2List)

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

func (*VolumeAttachV2List) DeepCopyObject

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

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

func (*VolumeAttachV2List) GetItems

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

GetItems of this VolumeAttachV2List.

type VolumeAttachV2Observation

type VolumeAttachV2Observation struct {
	DriverVolumeType *string `json:"driverVolumeType,omitempty" tf:"driver_volume_type,omitempty"`

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

	MountPointBase *string `json:"mountPointBase,omitempty" tf:"mount_point_base,omitempty"`
}

func (*VolumeAttachV2Observation) DeepCopy

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

func (*VolumeAttachV2Observation) DeepCopyInto

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

type VolumeAttachV2Parameters

type VolumeAttachV2Parameters struct {

	// +kubebuilder:validation:Optional
	AttachMode *string `json:"attachMode,omitempty" tf:"attach_mode,omitempty"`

	// +kubebuilder:validation:Optional
	Device *string `json:"device,omitempty" tf:"device,omitempty"`

	// +kubebuilder:validation:Required
	HostName *string `json:"hostName" tf:"host_name,omitempty"`

	// +kubebuilder:validation:Optional
	IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"`

	// +kubebuilder:validation:Optional
	Initiator *string `json:"initiator,omitempty" tf:"initiator,omitempty"`

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

	// +kubebuilder:validation:Optional
	Multipath *bool `json:"multipath,omitempty" tf:"multipath,omitempty"`

	// +kubebuilder:validation:Optional
	OsType *string `json:"osType,omitempty" tf:"os_type,omitempty"`

	// +kubebuilder:validation:Optional
	Platform *string `json:"platform,omitempty" tf:"platform,omitempty"`

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

	// +kubebuilder:validation:Required
	VolumeID *string `json:"volumeId" tf:"volume_id,omitempty"`

	// +kubebuilder:validation:Optional
	Wwnn *string `json:"wwnn,omitempty" tf:"wwnn,omitempty"`

	// +kubebuilder:validation:Optional
	Wwpn []*string `json:"wwpn,omitempty" tf:"wwpn,omitempty"`
}

func (*VolumeAttachV2Parameters) DeepCopy

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

func (*VolumeAttachV2Parameters) DeepCopyInto

func (in *VolumeAttachV2Parameters) DeepCopyInto(out *VolumeAttachV2Parameters)

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

type VolumeAttachV2Spec

type VolumeAttachV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeAttachV2Parameters `json:"forProvider"`
}

VolumeAttachV2Spec defines the desired state of VolumeAttachV2

func (*VolumeAttachV2Spec) DeepCopy

func (in *VolumeAttachV2Spec) DeepCopy() *VolumeAttachV2Spec

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

func (*VolumeAttachV2Spec) DeepCopyInto

func (in *VolumeAttachV2Spec) DeepCopyInto(out *VolumeAttachV2Spec)

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

type VolumeAttachV2Status

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

VolumeAttachV2Status defines the observed state of VolumeAttachV2.

func (*VolumeAttachV2Status) DeepCopy

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

func (*VolumeAttachV2Status) DeepCopyInto

func (in *VolumeAttachV2Status) DeepCopyInto(out *VolumeAttachV2Status)

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

type VolumeAttachV3

type VolumeAttachV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumeAttachV3Spec   `json:"spec"`
	Status            VolumeAttachV3Status `json:"status,omitempty"`
}

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

func (in *VolumeAttachV3) DeepCopy() *VolumeAttachV3

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

func (*VolumeAttachV3) DeepCopyInto

func (in *VolumeAttachV3) DeepCopyInto(out *VolumeAttachV3)

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

func (*VolumeAttachV3) DeepCopyObject

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

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

func (*VolumeAttachV3) GetCondition

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

GetCondition of this VolumeAttachV3.

func (*VolumeAttachV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this VolumeAttachV3

func (*VolumeAttachV3) GetDeletionPolicy

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

GetDeletionPolicy of this VolumeAttachV3.

func (*VolumeAttachV3) GetID

func (tr *VolumeAttachV3) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeAttachV3

func (*VolumeAttachV3) GetObservation

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

GetObservation of this VolumeAttachV3

func (*VolumeAttachV3) GetParameters

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

GetParameters of this VolumeAttachV3

func (*VolumeAttachV3) GetProviderConfigReference

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

GetProviderConfigReference of this VolumeAttachV3.

func (*VolumeAttachV3) GetProviderReference

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

GetProviderReference of this VolumeAttachV3. Deprecated: Use GetProviderConfigReference.

func (*VolumeAttachV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this VolumeAttachV3.

func (*VolumeAttachV3) GetTerraformResourceType

func (mg *VolumeAttachV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeAttachV3

func (*VolumeAttachV3) GetTerraformSchemaVersion

func (tr *VolumeAttachV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeAttachV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VolumeAttachV3.

func (*VolumeAttachV3) LateInitialize

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

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

func (*VolumeAttachV3) SetConditions

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

SetConditions of this VolumeAttachV3.

func (*VolumeAttachV3) SetDeletionPolicy

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

SetDeletionPolicy of this VolumeAttachV3.

func (*VolumeAttachV3) SetObservation

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

SetObservation for this VolumeAttachV3

func (*VolumeAttachV3) SetParameters

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

SetParameters for this VolumeAttachV3

func (*VolumeAttachV3) SetProviderConfigReference

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

SetProviderConfigReference of this VolumeAttachV3.

func (*VolumeAttachV3) SetProviderReference

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

SetProviderReference of this VolumeAttachV3. Deprecated: Use SetProviderConfigReference.

func (*VolumeAttachV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this VolumeAttachV3.

func (*VolumeAttachV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VolumeAttachV3.

type VolumeAttachV3List

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

VolumeAttachV3List contains a list of VolumeAttachV3s

func (*VolumeAttachV3List) DeepCopy

func (in *VolumeAttachV3List) DeepCopy() *VolumeAttachV3List

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

func (*VolumeAttachV3List) DeepCopyInto

func (in *VolumeAttachV3List) DeepCopyInto(out *VolumeAttachV3List)

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

func (*VolumeAttachV3List) DeepCopyObject

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

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

func (*VolumeAttachV3List) GetItems

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

GetItems of this VolumeAttachV3List.

type VolumeAttachV3Observation

type VolumeAttachV3Observation struct {
	DriverVolumeType *string `json:"driverVolumeType,omitempty" tf:"driver_volume_type,omitempty"`

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

	MountPointBase *string `json:"mountPointBase,omitempty" tf:"mount_point_base,omitempty"`
}

func (*VolumeAttachV3Observation) DeepCopy

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

func (*VolumeAttachV3Observation) DeepCopyInto

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

type VolumeAttachV3Parameters

type VolumeAttachV3Parameters struct {

	// +kubebuilder:validation:Optional
	AttachMode *string `json:"attachMode,omitempty" tf:"attach_mode,omitempty"`

	// +kubebuilder:validation:Optional
	Device *string `json:"device,omitempty" tf:"device,omitempty"`

	// +kubebuilder:validation:Required
	HostName *string `json:"hostName" tf:"host_name,omitempty"`

	// +kubebuilder:validation:Optional
	IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"`

	// +kubebuilder:validation:Optional
	Initiator *string `json:"initiator,omitempty" tf:"initiator,omitempty"`

	// +kubebuilder:validation:Optional
	Multipath *bool `json:"multipath,omitempty" tf:"multipath,omitempty"`

	// +kubebuilder:validation:Optional
	OsType *string `json:"osType,omitempty" tf:"os_type,omitempty"`

	// +kubebuilder:validation:Optional
	Platform *string `json:"platform,omitempty" tf:"platform,omitempty"`

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

	// +kubebuilder:validation:Required
	VolumeID *string `json:"volumeId" tf:"volume_id,omitempty"`

	// +kubebuilder:validation:Optional
	Wwnn *string `json:"wwnn,omitempty" tf:"wwnn,omitempty"`

	// +kubebuilder:validation:Optional
	Wwpn []*string `json:"wwpn,omitempty" tf:"wwpn,omitempty"`
}

func (*VolumeAttachV3Parameters) DeepCopy

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

func (*VolumeAttachV3Parameters) DeepCopyInto

func (in *VolumeAttachV3Parameters) DeepCopyInto(out *VolumeAttachV3Parameters)

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

type VolumeAttachV3Spec

type VolumeAttachV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeAttachV3Parameters `json:"forProvider"`
}

VolumeAttachV3Spec defines the desired state of VolumeAttachV3

func (*VolumeAttachV3Spec) DeepCopy

func (in *VolumeAttachV3Spec) DeepCopy() *VolumeAttachV3Spec

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

func (*VolumeAttachV3Spec) DeepCopyInto

func (in *VolumeAttachV3Spec) DeepCopyInto(out *VolumeAttachV3Spec)

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

type VolumeAttachV3Status

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

VolumeAttachV3Status defines the observed state of VolumeAttachV3.

func (*VolumeAttachV3Status) DeepCopy

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

func (*VolumeAttachV3Status) DeepCopyInto

func (in *VolumeAttachV3Status) DeepCopyInto(out *VolumeAttachV3Status)

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

type VolumeTypeAccessV3

type VolumeTypeAccessV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumeTypeAccessV3Spec   `json:"spec"`
	Status            VolumeTypeAccessV3Status `json:"status,omitempty"`
}

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

func (in *VolumeTypeAccessV3) DeepCopy() *VolumeTypeAccessV3

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

func (*VolumeTypeAccessV3) DeepCopyInto

func (in *VolumeTypeAccessV3) DeepCopyInto(out *VolumeTypeAccessV3)

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

func (*VolumeTypeAccessV3) DeepCopyObject

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

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

func (*VolumeTypeAccessV3) GetCondition

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

GetCondition of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetDeletionPolicy

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

GetDeletionPolicy of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetID

func (tr *VolumeTypeAccessV3) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetObservation

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

GetObservation of this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetParameters

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

GetParameters of this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetProviderConfigReference

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

GetProviderConfigReference of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetProviderReference

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

GetProviderReference of this VolumeTypeAccessV3. Deprecated: Use GetProviderConfigReference.

func (*VolumeTypeAccessV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetTerraformResourceType

func (mg *VolumeTypeAccessV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetTerraformSchemaVersion

func (tr *VolumeTypeAccessV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeTypeAccessV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) LateInitialize

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

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

func (*VolumeTypeAccessV3) SetConditions

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

SetConditions of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetDeletionPolicy

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

SetDeletionPolicy of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetObservation

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

SetObservation for this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) SetParameters

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

SetParameters for this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) SetProviderConfigReference

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

SetProviderConfigReference of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetProviderReference

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

SetProviderReference of this VolumeTypeAccessV3. Deprecated: Use SetProviderConfigReference.

func (*VolumeTypeAccessV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VolumeTypeAccessV3.

type VolumeTypeAccessV3List

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

VolumeTypeAccessV3List contains a list of VolumeTypeAccessV3s

func (*VolumeTypeAccessV3List) DeepCopy

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

func (*VolumeTypeAccessV3List) DeepCopyInto

func (in *VolumeTypeAccessV3List) DeepCopyInto(out *VolumeTypeAccessV3List)

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

func (*VolumeTypeAccessV3List) DeepCopyObject

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

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

func (*VolumeTypeAccessV3List) GetItems

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

GetItems of this VolumeTypeAccessV3List.

type VolumeTypeAccessV3Observation

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

func (*VolumeTypeAccessV3Observation) DeepCopy

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

func (*VolumeTypeAccessV3Observation) DeepCopyInto

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

type VolumeTypeAccessV3Parameters

type VolumeTypeAccessV3Parameters struct {

	// +kubebuilder:validation:Required
	ProjectID *string `json:"projectId" tf:"project_id,omitempty"`

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

	// +kubebuilder:validation:Required
	VolumeTypeID *string `json:"volumeTypeId" tf:"volume_type_id,omitempty"`
}

func (*VolumeTypeAccessV3Parameters) DeepCopy

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

func (*VolumeTypeAccessV3Parameters) DeepCopyInto

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

type VolumeTypeAccessV3Spec

type VolumeTypeAccessV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeTypeAccessV3Parameters `json:"forProvider"`
}

VolumeTypeAccessV3Spec defines the desired state of VolumeTypeAccessV3

func (*VolumeTypeAccessV3Spec) DeepCopy

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

func (*VolumeTypeAccessV3Spec) DeepCopyInto

func (in *VolumeTypeAccessV3Spec) DeepCopyInto(out *VolumeTypeAccessV3Spec)

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

type VolumeTypeAccessV3Status

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

VolumeTypeAccessV3Status defines the observed state of VolumeTypeAccessV3.

func (*VolumeTypeAccessV3Status) DeepCopy

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

func (*VolumeTypeAccessV3Status) DeepCopyInto

func (in *VolumeTypeAccessV3Status) DeepCopyInto(out *VolumeTypeAccessV3Status)

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

type VolumeTypeV3

type VolumeTypeV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumeTypeV3Spec   `json:"spec"`
	Status            VolumeTypeV3Status `json:"status,omitempty"`
}

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

func (in *VolumeTypeV3) DeepCopy() *VolumeTypeV3

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

func (*VolumeTypeV3) DeepCopyInto

func (in *VolumeTypeV3) DeepCopyInto(out *VolumeTypeV3)

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

func (*VolumeTypeV3) DeepCopyObject

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

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

func (*VolumeTypeV3) GetCondition

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

GetCondition of this VolumeTypeV3.

func (*VolumeTypeV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this VolumeTypeV3

func (*VolumeTypeV3) GetDeletionPolicy

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

GetDeletionPolicy of this VolumeTypeV3.

func (*VolumeTypeV3) GetID

func (tr *VolumeTypeV3) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeTypeV3

func (*VolumeTypeV3) GetObservation

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

GetObservation of this VolumeTypeV3

func (*VolumeTypeV3) GetParameters

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

GetParameters of this VolumeTypeV3

func (*VolumeTypeV3) GetProviderConfigReference

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

GetProviderConfigReference of this VolumeTypeV3.

func (*VolumeTypeV3) GetProviderReference

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

GetProviderReference of this VolumeTypeV3. Deprecated: Use GetProviderConfigReference.

func (*VolumeTypeV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this VolumeTypeV3.

func (*VolumeTypeV3) GetTerraformResourceType

func (mg *VolumeTypeV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeTypeV3

func (*VolumeTypeV3) GetTerraformSchemaVersion

func (tr *VolumeTypeV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeTypeV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VolumeTypeV3.

func (*VolumeTypeV3) LateInitialize

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

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

func (*VolumeTypeV3) SetConditions

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

SetConditions of this VolumeTypeV3.

func (*VolumeTypeV3) SetDeletionPolicy

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

SetDeletionPolicy of this VolumeTypeV3.

func (*VolumeTypeV3) SetObservation

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

SetObservation for this VolumeTypeV3

func (*VolumeTypeV3) SetParameters

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

SetParameters for this VolumeTypeV3

func (*VolumeTypeV3) SetProviderConfigReference

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

SetProviderConfigReference of this VolumeTypeV3.

func (*VolumeTypeV3) SetProviderReference

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

SetProviderReference of this VolumeTypeV3. Deprecated: Use SetProviderConfigReference.

func (*VolumeTypeV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this VolumeTypeV3.

func (*VolumeTypeV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VolumeTypeV3.

type VolumeTypeV3List

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

VolumeTypeV3List contains a list of VolumeTypeV3s

func (*VolumeTypeV3List) DeepCopy

func (in *VolumeTypeV3List) DeepCopy() *VolumeTypeV3List

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

func (*VolumeTypeV3List) DeepCopyInto

func (in *VolumeTypeV3List) DeepCopyInto(out *VolumeTypeV3List)

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

func (*VolumeTypeV3List) DeepCopyObject

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

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

func (*VolumeTypeV3List) GetItems

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

GetItems of this VolumeTypeV3List.

type VolumeTypeV3Observation

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

func (*VolumeTypeV3Observation) DeepCopy

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

func (*VolumeTypeV3Observation) DeepCopyInto

func (in *VolumeTypeV3Observation) DeepCopyInto(out *VolumeTypeV3Observation)

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

type VolumeTypeV3Parameters

type VolumeTypeV3Parameters struct {

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

	// +kubebuilder:validation:Optional
	ExtraSpecs map[string]*string `json:"extraSpecs,omitempty" tf:"extra_specs,omitempty"`

	// +kubebuilder:validation:Optional
	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

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

func (*VolumeTypeV3Parameters) DeepCopy

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

func (*VolumeTypeV3Parameters) DeepCopyInto

func (in *VolumeTypeV3Parameters) DeepCopyInto(out *VolumeTypeV3Parameters)

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

type VolumeTypeV3Spec

type VolumeTypeV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeTypeV3Parameters `json:"forProvider"`
}

VolumeTypeV3Spec defines the desired state of VolumeTypeV3

func (*VolumeTypeV3Spec) DeepCopy

func (in *VolumeTypeV3Spec) DeepCopy() *VolumeTypeV3Spec

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

func (*VolumeTypeV3Spec) DeepCopyInto

func (in *VolumeTypeV3Spec) DeepCopyInto(out *VolumeTypeV3Spec)

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

type VolumeTypeV3Status

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

VolumeTypeV3Status defines the observed state of VolumeTypeV3.

func (*VolumeTypeV3Status) DeepCopy

func (in *VolumeTypeV3Status) DeepCopy() *VolumeTypeV3Status

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

func (*VolumeTypeV3Status) DeepCopyInto

func (in *VolumeTypeV3Status) DeepCopyInto(out *VolumeTypeV3Status)

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

type VolumeV1

type VolumeV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumeV1Spec   `json:"spec"`
	Status            VolumeV1Status `json:"status,omitempty"`
}

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

func (in *VolumeV1) DeepCopy() *VolumeV1

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

func (*VolumeV1) DeepCopyInto

func (in *VolumeV1) DeepCopyInto(out *VolumeV1)

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

func (*VolumeV1) DeepCopyObject

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

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

func (*VolumeV1) GetCondition

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

GetCondition of this VolumeV1.

func (*VolumeV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this VolumeV1

func (*VolumeV1) GetDeletionPolicy

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

GetDeletionPolicy of this VolumeV1.

func (*VolumeV1) GetID

func (tr *VolumeV1) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeV1

func (*VolumeV1) GetObservation

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

GetObservation of this VolumeV1

func (*VolumeV1) GetParameters

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

GetParameters of this VolumeV1

func (*VolumeV1) GetProviderConfigReference

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

GetProviderConfigReference of this VolumeV1.

func (*VolumeV1) GetProviderReference

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

GetProviderReference of this VolumeV1. Deprecated: Use GetProviderConfigReference.

func (*VolumeV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this VolumeV1.

func (*VolumeV1) GetTerraformResourceType

func (mg *VolumeV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeV1

func (*VolumeV1) GetTerraformSchemaVersion

func (tr *VolumeV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VolumeV1.

func (*VolumeV1) LateInitialize

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

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

func (*VolumeV1) SetConditions

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

SetConditions of this VolumeV1.

func (*VolumeV1) SetDeletionPolicy

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

SetDeletionPolicy of this VolumeV1.

func (*VolumeV1) SetObservation

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

SetObservation for this VolumeV1

func (*VolumeV1) SetParameters

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

SetParameters for this VolumeV1

func (*VolumeV1) SetProviderConfigReference

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

SetProviderConfigReference of this VolumeV1.

func (*VolumeV1) SetProviderReference

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

SetProviderReference of this VolumeV1. Deprecated: Use SetProviderConfigReference.

func (*VolumeV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this VolumeV1.

func (*VolumeV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VolumeV1.

type VolumeV1List

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

VolumeV1List contains a list of VolumeV1s

func (*VolumeV1List) DeepCopy

func (in *VolumeV1List) DeepCopy() *VolumeV1List

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

func (*VolumeV1List) DeepCopyInto

func (in *VolumeV1List) DeepCopyInto(out *VolumeV1List)

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

func (*VolumeV1List) DeepCopyObject

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

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

func (*VolumeV1List) GetItems

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

GetItems of this VolumeV1List.

type VolumeV1Observation

type VolumeV1Observation struct {
	Attachment []AttachmentObservation `json:"attachment,omitempty" tf:"attachment,omitempty"`

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

func (*VolumeV1Observation) DeepCopy

func (in *VolumeV1Observation) DeepCopy() *VolumeV1Observation

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

func (*VolumeV1Observation) DeepCopyInto

func (in *VolumeV1Observation) DeepCopyInto(out *VolumeV1Observation)

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

type VolumeV1Parameters

type VolumeV1Parameters struct {

	// +kubebuilder:validation:Optional
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

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

	// +kubebuilder:validation:Optional
	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	// +kubebuilder:validation:Optional
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,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
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`

	// +kubebuilder:validation:Optional
	SourceVolID *string `json:"sourceVolId,omitempty" tf:"source_vol_id,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*VolumeV1Parameters) DeepCopy

func (in *VolumeV1Parameters) DeepCopy() *VolumeV1Parameters

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

func (*VolumeV1Parameters) DeepCopyInto

func (in *VolumeV1Parameters) DeepCopyInto(out *VolumeV1Parameters)

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

type VolumeV1Spec

type VolumeV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeV1Parameters `json:"forProvider"`
}

VolumeV1Spec defines the desired state of VolumeV1

func (*VolumeV1Spec) DeepCopy

func (in *VolumeV1Spec) DeepCopy() *VolumeV1Spec

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

func (*VolumeV1Spec) DeepCopyInto

func (in *VolumeV1Spec) DeepCopyInto(out *VolumeV1Spec)

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

type VolumeV1Status

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

VolumeV1Status defines the observed state of VolumeV1.

func (*VolumeV1Status) DeepCopy

func (in *VolumeV1Status) DeepCopy() *VolumeV1Status

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

func (*VolumeV1Status) DeepCopyInto

func (in *VolumeV1Status) DeepCopyInto(out *VolumeV1Status)

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

type VolumeV2

type VolumeV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumeV2Spec   `json:"spec"`
	Status            VolumeV2Status `json:"status,omitempty"`
}

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

func (in *VolumeV2) DeepCopy() *VolumeV2

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

func (*VolumeV2) DeepCopyInto

func (in *VolumeV2) DeepCopyInto(out *VolumeV2)

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

func (*VolumeV2) DeepCopyObject

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

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

func (*VolumeV2) GetCondition

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

GetCondition of this VolumeV2.

func (*VolumeV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this VolumeV2

func (*VolumeV2) GetDeletionPolicy

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

GetDeletionPolicy of this VolumeV2.

func (*VolumeV2) GetID

func (tr *VolumeV2) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeV2

func (*VolumeV2) GetObservation

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

GetObservation of this VolumeV2

func (*VolumeV2) GetParameters

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

GetParameters of this VolumeV2

func (*VolumeV2) GetProviderConfigReference

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

GetProviderConfigReference of this VolumeV2.

func (*VolumeV2) GetProviderReference

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

GetProviderReference of this VolumeV2. Deprecated: Use GetProviderConfigReference.

func (*VolumeV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this VolumeV2.

func (*VolumeV2) GetTerraformResourceType

func (mg *VolumeV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeV2

func (*VolumeV2) GetTerraformSchemaVersion

func (tr *VolumeV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VolumeV2.

func (*VolumeV2) LateInitialize

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

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

func (*VolumeV2) SetConditions

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

SetConditions of this VolumeV2.

func (*VolumeV2) SetDeletionPolicy

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

SetDeletionPolicy of this VolumeV2.

func (*VolumeV2) SetObservation

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

SetObservation for this VolumeV2

func (*VolumeV2) SetParameters

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

SetParameters for this VolumeV2

func (*VolumeV2) SetProviderConfigReference

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

SetProviderConfigReference of this VolumeV2.

func (*VolumeV2) SetProviderReference

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

SetProviderReference of this VolumeV2. Deprecated: Use SetProviderConfigReference.

func (*VolumeV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this VolumeV2.

func (*VolumeV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VolumeV2.

type VolumeV2AttachmentObservation

type VolumeV2AttachmentObservation struct {
	Device *string `json:"device,omitempty" tf:"device,omitempty"`

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

	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`
}

func (*VolumeV2AttachmentObservation) DeepCopy

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

func (*VolumeV2AttachmentObservation) DeepCopyInto

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

type VolumeV2AttachmentParameters

type VolumeV2AttachmentParameters struct {
}

func (*VolumeV2AttachmentParameters) DeepCopy

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

func (*VolumeV2AttachmentParameters) DeepCopyInto

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

type VolumeV2List

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

VolumeV2List contains a list of VolumeV2s

func (*VolumeV2List) DeepCopy

func (in *VolumeV2List) DeepCopy() *VolumeV2List

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

func (*VolumeV2List) DeepCopyInto

func (in *VolumeV2List) DeepCopyInto(out *VolumeV2List)

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

func (*VolumeV2List) DeepCopyObject

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

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

func (*VolumeV2List) GetItems

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

GetItems of this VolumeV2List.

type VolumeV2Observation

type VolumeV2Observation struct {
	Attachment []VolumeV2AttachmentObservation `json:"attachment,omitempty" tf:"attachment,omitempty"`

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

func (*VolumeV2Observation) DeepCopy

func (in *VolumeV2Observation) DeepCopy() *VolumeV2Observation

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

func (*VolumeV2Observation) DeepCopyInto

func (in *VolumeV2Observation) DeepCopyInto(out *VolumeV2Observation)

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

type VolumeV2Parameters

type VolumeV2Parameters struct {

	// +kubebuilder:validation:Optional
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

	// +kubebuilder:validation:Optional
	ConsistencyGroupID *string `json:"consistencyGroupId,omitempty" tf:"consistency_group_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	// +kubebuilder:validation:Optional
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

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

	// +kubebuilder:validation:Optional
	SchedulerHints []SchedulerHintsParameters `json:"schedulerHints,omitempty" tf:"scheduler_hints,omitempty"`

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

	// +kubebuilder:validation:Optional
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`

	// +kubebuilder:validation:Optional
	SourceReplica *string `json:"sourceReplica,omitempty" tf:"source_replica,omitempty"`

	// +kubebuilder:validation:Optional
	SourceVolID *string `json:"sourceVolId,omitempty" tf:"source_vol_id,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*VolumeV2Parameters) DeepCopy

func (in *VolumeV2Parameters) DeepCopy() *VolumeV2Parameters

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

func (*VolumeV2Parameters) DeepCopyInto

func (in *VolumeV2Parameters) DeepCopyInto(out *VolumeV2Parameters)

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

type VolumeV2Spec

type VolumeV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeV2Parameters `json:"forProvider"`
}

VolumeV2Spec defines the desired state of VolumeV2

func (*VolumeV2Spec) DeepCopy

func (in *VolumeV2Spec) DeepCopy() *VolumeV2Spec

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

func (*VolumeV2Spec) DeepCopyInto

func (in *VolumeV2Spec) DeepCopyInto(out *VolumeV2Spec)

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

type VolumeV2Status

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

VolumeV2Status defines the observed state of VolumeV2.

func (*VolumeV2Status) DeepCopy

func (in *VolumeV2Status) DeepCopy() *VolumeV2Status

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

func (*VolumeV2Status) DeepCopyInto

func (in *VolumeV2Status) DeepCopyInto(out *VolumeV2Status)

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

type VolumeV3

type VolumeV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumeV3Spec   `json:"spec"`
	Status            VolumeV3Status `json:"status,omitempty"`
}

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

func (in *VolumeV3) DeepCopy() *VolumeV3

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

func (*VolumeV3) DeepCopyInto

func (in *VolumeV3) DeepCopyInto(out *VolumeV3)

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

func (*VolumeV3) DeepCopyObject

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

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

func (*VolumeV3) GetCondition

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

GetCondition of this VolumeV3.

func (*VolumeV3) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this VolumeV3

func (*VolumeV3) GetDeletionPolicy

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

GetDeletionPolicy of this VolumeV3.

func (*VolumeV3) GetID

func (tr *VolumeV3) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeV3

func (*VolumeV3) GetObservation

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

GetObservation of this VolumeV3

func (*VolumeV3) GetParameters

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

GetParameters of this VolumeV3

func (*VolumeV3) GetProviderConfigReference

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

GetProviderConfigReference of this VolumeV3.

func (*VolumeV3) GetProviderReference

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

GetProviderReference of this VolumeV3. Deprecated: Use GetProviderConfigReference.

func (*VolumeV3) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this VolumeV3.

func (*VolumeV3) GetTerraformResourceType

func (mg *VolumeV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeV3

func (*VolumeV3) GetTerraformSchemaVersion

func (tr *VolumeV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeV3) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VolumeV3.

func (*VolumeV3) LateInitialize

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

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

func (*VolumeV3) SetConditions

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

SetConditions of this VolumeV3.

func (*VolumeV3) SetDeletionPolicy

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

SetDeletionPolicy of this VolumeV3.

func (*VolumeV3) SetObservation

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

SetObservation for this VolumeV3

func (*VolumeV3) SetParameters

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

SetParameters for this VolumeV3

func (*VolumeV3) SetProviderConfigReference

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

SetProviderConfigReference of this VolumeV3.

func (*VolumeV3) SetProviderReference

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

SetProviderReference of this VolumeV3. Deprecated: Use SetProviderConfigReference.

func (*VolumeV3) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this VolumeV3.

func (*VolumeV3) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VolumeV3.

type VolumeV3AttachmentObservation

type VolumeV3AttachmentObservation struct {
	Device *string `json:"device,omitempty" tf:"device,omitempty"`

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

	InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"`
}

func (*VolumeV3AttachmentObservation) DeepCopy

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

func (*VolumeV3AttachmentObservation) DeepCopyInto

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

type VolumeV3AttachmentParameters

type VolumeV3AttachmentParameters struct {
}

func (*VolumeV3AttachmentParameters) DeepCopy

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

func (*VolumeV3AttachmentParameters) DeepCopyInto

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

type VolumeV3List

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

VolumeV3List contains a list of VolumeV3s

func (*VolumeV3List) DeepCopy

func (in *VolumeV3List) DeepCopy() *VolumeV3List

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

func (*VolumeV3List) DeepCopyInto

func (in *VolumeV3List) DeepCopyInto(out *VolumeV3List)

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

func (*VolumeV3List) DeepCopyObject

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

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

func (*VolumeV3List) GetItems

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

GetItems of this VolumeV3List.

type VolumeV3Observation

type VolumeV3Observation struct {
	Attachment []VolumeV3AttachmentObservation `json:"attachment,omitempty" tf:"attachment,omitempty"`

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

func (*VolumeV3Observation) DeepCopy

func (in *VolumeV3Observation) DeepCopy() *VolumeV3Observation

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

func (*VolumeV3Observation) DeepCopyInto

func (in *VolumeV3Observation) DeepCopyInto(out *VolumeV3Observation)

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

type VolumeV3Parameters

type VolumeV3Parameters struct {

	// +kubebuilder:validation:Optional
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

	// +kubebuilder:validation:Optional
	ConsistencyGroupID *string `json:"consistencyGroupId,omitempty" tf:"consistency_group_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	EnableOnlineResize *bool `json:"enableOnlineResize,omitempty" tf:"enable_online_resize,omitempty"`

	// +kubebuilder:validation:Optional
	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	// +kubebuilder:validation:Optional
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// +kubebuilder:validation:Optional
	Multiattach *bool `json:"multiattach,omitempty" tf:"multiattach,omitempty"`

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

	// +kubebuilder:validation:Optional
	SchedulerHints []VolumeV3SchedulerHintsParameters `json:"schedulerHints,omitempty" tf:"scheduler_hints,omitempty"`

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

	// +kubebuilder:validation:Optional
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`

	// +kubebuilder:validation:Optional
	SourceReplica *string `json:"sourceReplica,omitempty" tf:"source_replica,omitempty"`

	// +kubebuilder:validation:Optional
	SourceVolID *string `json:"sourceVolId,omitempty" tf:"source_vol_id,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*VolumeV3Parameters) DeepCopy

func (in *VolumeV3Parameters) DeepCopy() *VolumeV3Parameters

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

func (*VolumeV3Parameters) DeepCopyInto

func (in *VolumeV3Parameters) DeepCopyInto(out *VolumeV3Parameters)

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

type VolumeV3SchedulerHintsObservation

type VolumeV3SchedulerHintsObservation struct {
}

func (*VolumeV3SchedulerHintsObservation) DeepCopy

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

func (*VolumeV3SchedulerHintsObservation) DeepCopyInto

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

type VolumeV3SchedulerHintsParameters

type VolumeV3SchedulerHintsParameters struct {

	// +kubebuilder:validation:Optional
	AdditionalProperties map[string]*string `json:"additionalProperties,omitempty" tf:"additional_properties,omitempty"`

	// +kubebuilder:validation:Optional
	DifferentHost []*string `json:"differentHost,omitempty" tf:"different_host,omitempty"`

	// +kubebuilder:validation:Optional
	LocalToInstance *string `json:"localToInstance,omitempty" tf:"local_to_instance,omitempty"`

	// +kubebuilder:validation:Optional
	Query *string `json:"query,omitempty" tf:"query,omitempty"`

	// +kubebuilder:validation:Optional
	SameHost []*string `json:"sameHost,omitempty" tf:"same_host,omitempty"`
}

func (*VolumeV3SchedulerHintsParameters) DeepCopy

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

func (*VolumeV3SchedulerHintsParameters) DeepCopyInto

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

type VolumeV3Spec

type VolumeV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeV3Parameters `json:"forProvider"`
}

VolumeV3Spec defines the desired state of VolumeV3

func (*VolumeV3Spec) DeepCopy

func (in *VolumeV3Spec) DeepCopy() *VolumeV3Spec

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

func (*VolumeV3Spec) DeepCopyInto

func (in *VolumeV3Spec) DeepCopyInto(out *VolumeV3Spec)

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

type VolumeV3Status

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

VolumeV3Status defines the observed state of VolumeV3.

func (*VolumeV3Status) DeepCopy

func (in *VolumeV3Status) DeepCopy() *VolumeV3Status

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

func (*VolumeV3Status) DeepCopyInto

func (in *VolumeV3Status) DeepCopyInto(out *VolumeV3Status)

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