v1alpha1

package
v0.3.0 Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "blockstorage.openstack.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 (
	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 (
	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 (
	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 AttachmentInitParameters added in v0.3.0

type AttachmentInitParameters struct {
}

func (*AttachmentInitParameters) DeepCopy added in v0.3.0

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

func (*AttachmentInitParameters) DeepCopyInto added in v0.3.0

func (in *AttachmentInitParameters) DeepCopyInto(out *AttachmentInitParameters)

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

type AttachmentObservation added in v0.3.0

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 added in v0.3.0

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

func (*AttachmentObservation) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type AttachmentParameters struct {
}

func (*AttachmentParameters) DeepCopy added in v0.3.0

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

func (*AttachmentParameters) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type QosAssociationV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.qosId) || (has(self.initProvider) && has(self.initProvider.qosId))",message="spec.forProvider.qosId is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.volumeTypeId) || (has(self.initProvider) && has(self.initProvider.volumeTypeId))",message="spec.forProvider.volumeTypeId is a required parameter"
	Spec   QosAssociationV3Spec   `json:"spec"`
	Status QosAssociationV3Status `json:"status,omitempty"`
}

QosAssociationV3 is the Schema for the QosAssociationV3s API. Manages a V3 Qos association resource within OpenStack. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*QosAssociationV3) DeepCopy added in v0.3.0

func (in *QosAssociationV3) DeepCopy() *QosAssociationV3

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

func (*QosAssociationV3) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*QosAssociationV3) GetCondition added in v0.3.0

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

GetCondition of this QosAssociationV3.

func (*QosAssociationV3) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this QosAssociationV3

func (*QosAssociationV3) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this QosAssociationV3.

func (*QosAssociationV3) GetID added in v0.3.0

func (tr *QosAssociationV3) GetID() string

GetID returns ID of underlying Terraform resource of this QosAssociationV3

func (*QosAssociationV3) GetInitParameters added in v0.3.0

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

GetInitParameters of this QosAssociationV3

func (*QosAssociationV3) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this QosAssociationV3.

func (*QosAssociationV3) GetMergedParameters added in v0.3.0

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

GetInitParameters of this QosAssociationV3

func (*QosAssociationV3) GetObservation added in v0.3.0

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

GetObservation of this QosAssociationV3

func (*QosAssociationV3) GetParameters added in v0.3.0

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

GetParameters of this QosAssociationV3

func (*QosAssociationV3) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this QosAssociationV3.

func (*QosAssociationV3) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this QosAssociationV3.

func (*QosAssociationV3) GetTerraformResourceType added in v0.3.0

func (mg *QosAssociationV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this QosAssociationV3

func (*QosAssociationV3) GetTerraformSchemaVersion added in v0.3.0

func (tr *QosAssociationV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*QosAssociationV3) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this QosAssociationV3.

func (*QosAssociationV3) LateInitialize added in v0.3.0

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 added in v0.3.0

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

SetConditions of this QosAssociationV3.

func (*QosAssociationV3) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this QosAssociationV3.

func (*QosAssociationV3) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this QosAssociationV3.

func (*QosAssociationV3) SetObservation added in v0.3.0

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

SetObservation for this QosAssociationV3

func (*QosAssociationV3) SetParameters added in v0.3.0

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

SetParameters for this QosAssociationV3

func (*QosAssociationV3) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this QosAssociationV3.

func (*QosAssociationV3) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this QosAssociationV3.

func (*QosAssociationV3) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this QosAssociationV3.

type QosAssociationV3InitParameters added in v0.3.0

type QosAssociationV3InitParameters struct {

	// ID of the qos to associate. Changing this creates
	// a new qos association.
	QosID *string `json:"qosId,omitempty" tf:"qos_id,omitempty"`

	// The region in which to create the qos association.
	// If omitted, the region argument of the provider is used. Changing
	// this creates a new qos association.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// ID of the volume_type to associate.
	// Changing this creates a new qos association.
	VolumeTypeID *string `json:"volumeTypeId,omitempty" tf:"volume_type_id,omitempty"`
}

func (*QosAssociationV3InitParameters) DeepCopy added in v0.3.0

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

func (*QosAssociationV3InitParameters) DeepCopyInto added in v0.3.0

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

type QosAssociationV3List added in v0.3.0

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 added in v0.3.0

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

func (*QosAssociationV3List) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*QosAssociationV3List) GetItems added in v0.3.0

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

GetItems of this QosAssociationV3List.

type QosAssociationV3Observation added in v0.3.0

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

	// ID of the qos to associate. Changing this creates
	// a new qos association.
	QosID *string `json:"qosId,omitempty" tf:"qos_id,omitempty"`

	// The region in which to create the qos association.
	// If omitted, the region argument of the provider is used. Changing
	// this creates a new qos association.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// ID of the volume_type to associate.
	// Changing this creates a new qos association.
	VolumeTypeID *string `json:"volumeTypeId,omitempty" tf:"volume_type_id,omitempty"`
}

func (*QosAssociationV3Observation) DeepCopy added in v0.3.0

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

func (*QosAssociationV3Observation) DeepCopyInto added in v0.3.0

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

type QosAssociationV3Parameters added in v0.3.0

type QosAssociationV3Parameters struct {

	// ID of the qos to associate. Changing this creates
	// a new qos association.
	// +kubebuilder:validation:Optional
	QosID *string `json:"qosId,omitempty" tf:"qos_id,omitempty"`

	// The region in which to create the qos association.
	// If omitted, the region argument of the provider is used. Changing
	// this creates a new qos association.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// ID of the volume_type to associate.
	// Changing this creates a new qos association.
	// +kubebuilder:validation:Optional
	VolumeTypeID *string `json:"volumeTypeId,omitempty" tf:"volume_type_id,omitempty"`
}

func (*QosAssociationV3Parameters) DeepCopy added in v0.3.0

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

func (*QosAssociationV3Parameters) DeepCopyInto added in v0.3.0

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

type QosAssociationV3Spec added in v0.3.0

type QosAssociationV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     QosAssociationV3Parameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider QosAssociationV3InitParameters `json:"initProvider,omitempty"`
}

QosAssociationV3Spec defines the desired state of QosAssociationV3

func (*QosAssociationV3Spec) DeepCopy added in v0.3.0

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

func (*QosAssociationV3Spec) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

QosAssociationV3Status defines the observed state of QosAssociationV3.

func (*QosAssociationV3Status) DeepCopy added in v0.3.0

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

func (*QosAssociationV3Status) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type QosV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   QosV3Spec   `json:"spec"`
	Status QosV3Status `json:"status,omitempty"`
}

QosV3 is the Schema for the QosV3s API. Manages a V3 Quality-Of-Servirce (qos) resource within OpenStack. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*QosV3) DeepCopy added in v0.3.0

func (in *QosV3) DeepCopy() *QosV3

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

func (*QosV3) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*QosV3) GetCondition added in v0.3.0

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

GetCondition of this QosV3.

func (*QosV3) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this QosV3

func (*QosV3) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this QosV3.

func (*QosV3) GetID added in v0.3.0

func (tr *QosV3) GetID() string

GetID returns ID of underlying Terraform resource of this QosV3

func (*QosV3) GetInitParameters added in v0.3.0

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

GetInitParameters of this QosV3

func (*QosV3) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this QosV3.

func (*QosV3) GetMergedParameters added in v0.3.0

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

GetInitParameters of this QosV3

func (*QosV3) GetObservation added in v0.3.0

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

GetObservation of this QosV3

func (*QosV3) GetParameters added in v0.3.0

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

GetParameters of this QosV3

func (*QosV3) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this QosV3.

func (*QosV3) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this QosV3.

func (*QosV3) GetTerraformResourceType added in v0.3.0

func (mg *QosV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this QosV3

func (*QosV3) GetTerraformSchemaVersion added in v0.3.0

func (tr *QosV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*QosV3) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this QosV3.

func (*QosV3) LateInitialize added in v0.3.0

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 added in v0.3.0

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

SetConditions of this QosV3.

func (*QosV3) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this QosV3.

func (*QosV3) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this QosV3.

func (*QosV3) SetObservation added in v0.3.0

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

SetObservation for this QosV3

func (*QosV3) SetParameters added in v0.3.0

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

SetParameters for this QosV3

func (*QosV3) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this QosV3.

func (*QosV3) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this QosV3.

func (*QosV3) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this QosV3.

type QosV3InitParameters added in v0.3.0

type QosV3InitParameters struct {

	// The consumer of qos. Can be one of front-end,
	// back-end or both. Changing this updates the consumer of an
	// existing qos.
	Consumer *string `json:"consumer,omitempty" tf:"consumer,omitempty"`

	// Name of the qos.  Changing this creates a new qos.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the qos. If omitted,
	// the region argument of the provider is used. Changing this creates
	// a new qos.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Key/Value pairs of specs for the qos.
	Specs map[string]*string `json:"specs,omitempty" tf:"specs,omitempty"`
}

func (*QosV3InitParameters) DeepCopy added in v0.3.0

func (in *QosV3InitParameters) DeepCopy() *QosV3InitParameters

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

func (*QosV3InitParameters) DeepCopyInto added in v0.3.0

func (in *QosV3InitParameters) DeepCopyInto(out *QosV3InitParameters)

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

type QosV3List added in v0.3.0

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 added in v0.3.0

func (in *QosV3List) DeepCopy() *QosV3List

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

func (*QosV3List) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*QosV3List) GetItems added in v0.3.0

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

GetItems of this QosV3List.

type QosV3Observation added in v0.3.0

type QosV3Observation struct {

	// The consumer of qos. Can be one of front-end,
	// back-end or both. Changing this updates the consumer of an
	// existing qos.
	Consumer *string `json:"consumer,omitempty" tf:"consumer,omitempty"`

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

	// Name of the qos.  Changing this creates a new qos.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the qos. If omitted,
	// the region argument of the provider is used. Changing this creates
	// a new qos.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Key/Value pairs of specs for the qos.
	Specs map[string]*string `json:"specs,omitempty" tf:"specs,omitempty"`
}

func (*QosV3Observation) DeepCopy added in v0.3.0

func (in *QosV3Observation) DeepCopy() *QosV3Observation

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

func (*QosV3Observation) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type QosV3Parameters struct {

	// The consumer of qos. Can be one of front-end,
	// back-end or both. Changing this updates the consumer of an
	// existing qos.
	// +kubebuilder:validation:Optional
	Consumer *string `json:"consumer,omitempty" tf:"consumer,omitempty"`

	// Name of the qos.  Changing this creates a new qos.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the qos. If omitted,
	// the region argument of the provider is used. Changing this creates
	// a new qos.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Key/Value pairs of specs for the qos.
	// +kubebuilder:validation:Optional
	Specs map[string]*string `json:"specs,omitempty" tf:"specs,omitempty"`
}

func (*QosV3Parameters) DeepCopy added in v0.3.0

func (in *QosV3Parameters) DeepCopy() *QosV3Parameters

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

func (*QosV3Parameters) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type QosV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     QosV3Parameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider QosV3InitParameters `json:"initProvider,omitempty"`
}

QosV3Spec defines the desired state of QosV3

func (*QosV3Spec) DeepCopy added in v0.3.0

func (in *QosV3Spec) DeepCopy() *QosV3Spec

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

func (*QosV3Spec) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

QosV3Status defines the observed state of QosV3.

func (*QosV3Status) DeepCopy added in v0.3.0

func (in *QosV3Status) DeepCopy() *QosV3Status

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

func (*QosV3Status) DeepCopyInto added in v0.3.0

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

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. Manages a V3 quotaset resource within OpenStack. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*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) GetInitParameters added in v0.3.0

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

GetInitParameters of this QuotasetV3

func (*QuotasetV3) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this QuotasetV3.

func (*QuotasetV3) GetMergedParameters added in v0.3.0

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

GetInitParameters of this QuotasetV3

func (*QuotasetV3) GetObservation

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

GetObservation of this QuotasetV3

func (*QuotasetV3) GetParameters

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

GetParameters of this QuotasetV3

func (*QuotasetV3) GetProviderConfigReference

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

GetProviderConfigReference of this QuotasetV3.

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

func (mg *QuotasetV3) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this QuotasetV3.

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) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this QuotasetV3.

func (*QuotasetV3) SetObservation

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

SetObservation for this QuotasetV3

func (*QuotasetV3) SetParameters

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

SetParameters for this QuotasetV3

func (*QuotasetV3) SetProviderConfigReference

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

SetProviderConfigReference of this QuotasetV3.

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 QuotasetV3InitParameters added in v0.3.0

type QuotasetV3InitParameters struct {

	// Quota value for backup gigabytes. Changing
	// this updates the existing quotaset.
	BackupGigabytes *float64 `json:"backupGigabytes,omitempty" tf:"backup_gigabytes,omitempty"`

	// Quota value for backups. Changing this updates the
	// existing quotaset.
	Backups *float64 `json:"backups,omitempty" tf:"backups,omitempty"`

	// Quota value for gigabytes. Changing this updates the
	// existing quotaset.
	Gigabytes *float64 `json:"gigabytes,omitempty" tf:"gigabytes,omitempty"`

	// Quota value for groups. Changing this updates the
	// existing quotaset.
	Groups *float64 `json:"groups,omitempty" tf:"groups,omitempty"`

	// Quota value for gigabytes per volume .
	// Changing this updates the existing quotaset.
	PerVolumeGigabytes *float64 `json:"perVolumeGigabytes,omitempty" tf:"per_volume_gigabytes,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Quota value for snapshots. Changing this updates the
	// existing quotaset.
	Snapshots *float64 `json:"snapshots,omitempty" tf:"snapshots,omitempty"`

	// Key/Value pairs for setting quota for
	// volumes types. Possible keys are snapshots_<volume_type_name>,
	// volumes_<volume_type_name> and gigabytes_<volume_type_name>.
	VolumeTypeQuota map[string]*string `json:"volumeTypeQuota,omitempty" tf:"volume_type_quota,omitempty"`

	// Quota value for volumes. Changing this updates the
	// existing quotaset.
	Volumes *float64 `json:"volumes,omitempty" tf:"volumes,omitempty"`
}

func (*QuotasetV3InitParameters) DeepCopy added in v0.3.0

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

func (*QuotasetV3InitParameters) DeepCopyInto added in v0.3.0

func (in *QuotasetV3InitParameters) DeepCopyInto(out *QuotasetV3InitParameters)

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

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 {

	// Quota value for backup gigabytes. Changing
	// this updates the existing quotaset.
	BackupGigabytes *float64 `json:"backupGigabytes,omitempty" tf:"backup_gigabytes,omitempty"`

	// Quota value for backups. Changing this updates the
	// existing quotaset.
	Backups *float64 `json:"backups,omitempty" tf:"backups,omitempty"`

	// Quota value for gigabytes. Changing this updates the
	// existing quotaset.
	Gigabytes *float64 `json:"gigabytes,omitempty" tf:"gigabytes,omitempty"`

	// Quota value for groups. Changing this updates the
	// existing quotaset.
	Groups *float64 `json:"groups,omitempty" tf:"groups,omitempty"`

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

	// Quota value for gigabytes per volume .
	// Changing this updates the existing quotaset.
	PerVolumeGigabytes *float64 `json:"perVolumeGigabytes,omitempty" tf:"per_volume_gigabytes,omitempty"`

	// ID of the project to manage quotas. Changing this
	// creates a new quotaset.
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Quota value for snapshots. Changing this updates the
	// existing quotaset.
	Snapshots *float64 `json:"snapshots,omitempty" tf:"snapshots,omitempty"`

	// Key/Value pairs for setting quota for
	// volumes types. Possible keys are snapshots_<volume_type_name>,
	// volumes_<volume_type_name> and gigabytes_<volume_type_name>.
	VolumeTypeQuota map[string]*string `json:"volumeTypeQuota,omitempty" tf:"volume_type_quota,omitempty"`

	// Quota value for volumes. Changing this updates the
	// existing quotaset.
	Volumes *float64 `json:"volumes,omitempty" tf:"volumes,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 {

	// Quota value for backup gigabytes. Changing
	// this updates the existing quotaset.
	// +kubebuilder:validation:Optional
	BackupGigabytes *float64 `json:"backupGigabytes,omitempty" tf:"backup_gigabytes,omitempty"`

	// Quota value for backups. Changing this updates the
	// existing quotaset.
	// +kubebuilder:validation:Optional
	Backups *float64 `json:"backups,omitempty" tf:"backups,omitempty"`

	// Quota value for gigabytes. Changing this updates the
	// existing quotaset.
	// +kubebuilder:validation:Optional
	Gigabytes *float64 `json:"gigabytes,omitempty" tf:"gigabytes,omitempty"`

	// Quota value for groups. Changing this updates the
	// existing quotaset.
	// +kubebuilder:validation:Optional
	Groups *float64 `json:"groups,omitempty" tf:"groups,omitempty"`

	// Quota value for gigabytes per volume .
	// Changing this updates the existing quotaset.
	// +kubebuilder:validation:Optional
	PerVolumeGigabytes *float64 `json:"perVolumeGigabytes,omitempty" tf:"per_volume_gigabytes,omitempty"`

	// ID of the project to manage quotas. Changing this
	// creates a new quotaset.
	// +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-openstack/apis/identity/v1alpha1.ProjectV3
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// Reference to a ProjectV3 in identity to populate projectId.
	// +kubebuilder:validation:Optional
	ProjectIDRef *v1.Reference `json:"projectIdRef,omitempty" tf:"-"`

	// Selector for a ProjectV3 in identity to populate projectId.
	// +kubebuilder:validation:Optional
	ProjectIDSelector *v1.Selector `json:"projectIdSelector,omitempty" tf:"-"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Quota value for snapshots. Changing this updates the
	// existing quotaset.
	// +kubebuilder:validation:Optional
	Snapshots *float64 `json:"snapshots,omitempty" tf:"snapshots,omitempty"`

	// Key/Value pairs for setting quota for
	// volumes types. Possible keys are snapshots_<volume_type_name>,
	// volumes_<volume_type_name> and gigabytes_<volume_type_name>.
	// +kubebuilder:validation:Optional
	VolumeTypeQuota map[string]*string `json:"volumeTypeQuota,omitempty" tf:"volume_type_quota,omitempty"`

	// Quota value for volumes. Changing this updates the
	// existing quotaset.
	// +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"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider QuotasetV3InitParameters `json:"initProvider,omitempty"`
}

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 SchedulerHintsInitParameters added in v0.3.0

type SchedulerHintsInitParameters struct {

	// Arbitrary key/value pairs of additional
	// properties to pass to the scheduler.
	AdditionalProperties map[string]*string `json:"additionalProperties,omitempty" tf:"additional_properties,omitempty"`

	// The volume should be scheduled on a
	// different host from the set of volumes specified in the list provided.
	DifferentHost []*string `json:"differentHost,omitempty" tf:"different_host,omitempty"`

	// An instance UUID. The volume should be
	// scheduled on the same host as the instance.
	LocalToInstance *string `json:"localToInstance,omitempty" tf:"local_to_instance,omitempty"`

	// A conditional query that a back-end must pass in
	// order to host a volume. The query must use the JsonFilter syntax
	// which is described
	// here.
	// At this time, only simple queries are supported. Compound queries using
	// and, or, or not are not supported. An example of a simple query is:
	Query *string `json:"query,omitempty" tf:"query,omitempty"`

	// A list of volume UUIDs. The volume should be
	// scheduled on the same host as another volume specified in the list provided.
	SameHost []*string `json:"sameHost,omitempty" tf:"same_host,omitempty"`
}

func (*SchedulerHintsInitParameters) DeepCopy added in v0.3.0

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

func (*SchedulerHintsInitParameters) DeepCopyInto added in v0.3.0

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

type SchedulerHintsObservation added in v0.3.0

type SchedulerHintsObservation struct {

	// Arbitrary key/value pairs of additional
	// properties to pass to the scheduler.
	AdditionalProperties map[string]*string `json:"additionalProperties,omitempty" tf:"additional_properties,omitempty"`

	// The volume should be scheduled on a
	// different host from the set of volumes specified in the list provided.
	DifferentHost []*string `json:"differentHost,omitempty" tf:"different_host,omitempty"`

	// An instance UUID. The volume should be
	// scheduled on the same host as the instance.
	LocalToInstance *string `json:"localToInstance,omitempty" tf:"local_to_instance,omitempty"`

	// A conditional query that a back-end must pass in
	// order to host a volume. The query must use the JsonFilter syntax
	// which is described
	// here.
	// At this time, only simple queries are supported. Compound queries using
	// and, or, or not are not supported. An example of a simple query is:
	Query *string `json:"query,omitempty" tf:"query,omitempty"`

	// A list of volume UUIDs. The volume should be
	// scheduled on the same host as another volume specified in the list provided.
	SameHost []*string `json:"sameHost,omitempty" tf:"same_host,omitempty"`
}

func (*SchedulerHintsObservation) DeepCopy added in v0.3.0

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

func (*SchedulerHintsObservation) DeepCopyInto added in v0.3.0

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

type SchedulerHintsParameters added in v0.3.0

type SchedulerHintsParameters struct {

	// Arbitrary key/value pairs of additional
	// properties to pass to the scheduler.
	// +kubebuilder:validation:Optional
	AdditionalProperties map[string]*string `json:"additionalProperties,omitempty" tf:"additional_properties,omitempty"`

	// The volume should be scheduled on a
	// different host from the set of volumes specified in the list provided.
	// +kubebuilder:validation:Optional
	DifferentHost []*string `json:"differentHost,omitempty" tf:"different_host,omitempty"`

	// An instance UUID. The volume should be
	// scheduled on the same host as the instance.
	// +kubebuilder:validation:Optional
	LocalToInstance *string `json:"localToInstance,omitempty" tf:"local_to_instance,omitempty"`

	// A conditional query that a back-end must pass in
	// order to host a volume. The query must use the JsonFilter syntax
	// which is described
	// here.
	// At this time, only simple queries are supported. Compound queries using
	// and, or, or not are not supported. An example of a simple query is:
	// +kubebuilder:validation:Optional
	Query *string `json:"query,omitempty" tf:"query,omitempty"`

	// A list of volume UUIDs. The volume should be
	// scheduled on the same host as another volume specified in the list provided.
	// +kubebuilder:validation:Optional
	SameHost []*string `json:"sameHost,omitempty" tf:"same_host,omitempty"`
}

func (*SchedulerHintsParameters) DeepCopy added in v0.3.0

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

func (*SchedulerHintsParameters) DeepCopyInto added in v0.3.0

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

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

type VolumeAttachV3 added in v0.3.0

type VolumeAttachV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.hostName) || (has(self.initProvider) && has(self.initProvider.hostName))",message="spec.forProvider.hostName is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.volumeId) || (has(self.initProvider) && has(self.initProvider.volumeId))",message="spec.forProvider.volumeId is a required parameter"
	Spec   VolumeAttachV3Spec   `json:"spec"`
	Status VolumeAttachV3Status `json:"status,omitempty"`
}

VolumeAttachV3 is the Schema for the VolumeAttachV3s API. Creates an attachment connection to a Block Storage volume +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*VolumeAttachV3) DeepCopy added in v0.3.0

func (in *VolumeAttachV3) DeepCopy() *VolumeAttachV3

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

func (*VolumeAttachV3) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*VolumeAttachV3) GetCondition added in v0.3.0

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

GetCondition of this VolumeAttachV3.

func (*VolumeAttachV3) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this VolumeAttachV3

func (*VolumeAttachV3) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this VolumeAttachV3.

func (*VolumeAttachV3) GetID added in v0.3.0

func (tr *VolumeAttachV3) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeAttachV3

func (*VolumeAttachV3) GetInitParameters added in v0.3.0

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

GetInitParameters of this VolumeAttachV3

func (*VolumeAttachV3) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this VolumeAttachV3.

func (*VolumeAttachV3) GetMergedParameters added in v0.3.0

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

GetInitParameters of this VolumeAttachV3

func (*VolumeAttachV3) GetObservation added in v0.3.0

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

GetObservation of this VolumeAttachV3

func (*VolumeAttachV3) GetParameters added in v0.3.0

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

GetParameters of this VolumeAttachV3

func (*VolumeAttachV3) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this VolumeAttachV3.

func (*VolumeAttachV3) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this VolumeAttachV3.

func (*VolumeAttachV3) GetTerraformResourceType added in v0.3.0

func (mg *VolumeAttachV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeAttachV3

func (*VolumeAttachV3) GetTerraformSchemaVersion added in v0.3.0

func (tr *VolumeAttachV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeAttachV3) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this VolumeAttachV3.

func (*VolumeAttachV3) LateInitialize added in v0.3.0

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 added in v0.3.0

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

SetConditions of this VolumeAttachV3.

func (*VolumeAttachV3) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this VolumeAttachV3.

func (*VolumeAttachV3) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this VolumeAttachV3.

func (*VolumeAttachV3) SetObservation added in v0.3.0

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

SetObservation for this VolumeAttachV3

func (*VolumeAttachV3) SetParameters added in v0.3.0

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

SetParameters for this VolumeAttachV3

func (*VolumeAttachV3) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this VolumeAttachV3.

func (*VolumeAttachV3) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this VolumeAttachV3.

func (*VolumeAttachV3) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this VolumeAttachV3.

type VolumeAttachV3InitParameters added in v0.3.0

type VolumeAttachV3InitParameters struct {

	// Specify whether to attach the volume as Read-Only
	// (ro) or Read-Write (rw). Only values of ro and rw are accepted.
	// If left unspecified, the Block Storage API will apply a default of rw.
	AttachMode *string `json:"attachMode,omitempty" tf:"attach_mode,omitempty"`

	// The device to tell the Block Storage service this
	// volume will be attached as. This is purely for informational purposes.
	// You can specify auto or a device such as /dev/vdc.
	Device *string `json:"device,omitempty" tf:"device,omitempty"`

	// The host to attach the volume to.
	HostName *string `json:"hostName,omitempty" tf:"host_name,omitempty"`

	// The IP address of the host_name above.
	IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"`

	// The iSCSI initiator string to make the connection.
	Initiator *string `json:"initiator,omitempty" tf:"initiator,omitempty"`

	// Whether to connect to this volume via multipath.
	Multipath *bool `json:"multipath,omitempty" tf:"multipath,omitempty"`

	// The iSCSI initiator OS type.
	OsType *string `json:"osType,omitempty" tf:"os_type,omitempty"`

	// The iSCSI initiator platform.
	Platform *string `json:"platform,omitempty" tf:"platform,omitempty"`

	// The region in which to obtain the V3 Block Storage
	// client. A Block Storage client is needed to create a volume attachment.
	// If omitted, the region argument of the provider is used. Changing this
	// creates a new volume attachment.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The ID of the Volume to attach to an Instance.
	VolumeID *string `json:"volumeId,omitempty" tf:"volume_id,omitempty"`

	// A wwnn name. Used for Fibre Channel connections.
	Wwnn *string `json:"wwnn,omitempty" tf:"wwnn,omitempty"`

	// An array of wwpn strings. Used for Fibre Channel
	// connections.
	Wwpn []*string `json:"wwpn,omitempty" tf:"wwpn,omitempty"`
}

func (*VolumeAttachV3InitParameters) DeepCopy added in v0.3.0

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

func (*VolumeAttachV3InitParameters) DeepCopyInto added in v0.3.0

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

type VolumeAttachV3List added in v0.3.0

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 added in v0.3.0

func (in *VolumeAttachV3List) DeepCopy() *VolumeAttachV3List

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

func (*VolumeAttachV3List) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*VolumeAttachV3List) GetItems added in v0.3.0

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

GetItems of this VolumeAttachV3List.

type VolumeAttachV3Observation added in v0.3.0

type VolumeAttachV3Observation struct {

	// Specify whether to attach the volume as Read-Only
	// (ro) or Read-Write (rw). Only values of ro and rw are accepted.
	// If left unspecified, the Block Storage API will apply a default of rw.
	AttachMode *string `json:"attachMode,omitempty" tf:"attach_mode,omitempty"`

	// The device to tell the Block Storage service this
	// volume will be attached as. This is purely for informational purposes.
	// You can specify auto or a device such as /dev/vdc.
	Device *string `json:"device,omitempty" tf:"device,omitempty"`

	// The storage driver that the volume is based on.
	DriverVolumeType *string `json:"driverVolumeType,omitempty" tf:"driver_volume_type,omitempty"`

	// The host to attach the volume to.
	HostName *string `json:"hostName,omitempty" tf:"host_name,omitempty"`

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

	// The IP address of the host_name above.
	IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"`

	// The iSCSI initiator string to make the connection.
	Initiator *string `json:"initiator,omitempty" tf:"initiator,omitempty"`

	// A mount point base name for shared storage.
	MountPointBase *string `json:"mountPointBase,omitempty" tf:"mount_point_base,omitempty"`

	// Whether to connect to this volume via multipath.
	Multipath *bool `json:"multipath,omitempty" tf:"multipath,omitempty"`

	// The iSCSI initiator OS type.
	OsType *string `json:"osType,omitempty" tf:"os_type,omitempty"`

	// The iSCSI initiator platform.
	Platform *string `json:"platform,omitempty" tf:"platform,omitempty"`

	// The region in which to obtain the V3 Block Storage
	// client. A Block Storage client is needed to create a volume attachment.
	// If omitted, the region argument of the provider is used. Changing this
	// creates a new volume attachment.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The ID of the Volume to attach to an Instance.
	VolumeID *string `json:"volumeId,omitempty" tf:"volume_id,omitempty"`

	// A wwnn name. Used for Fibre Channel connections.
	Wwnn *string `json:"wwnn,omitempty" tf:"wwnn,omitempty"`

	// An array of wwpn strings. Used for Fibre Channel
	// connections.
	Wwpn []*string `json:"wwpn,omitempty" tf:"wwpn,omitempty"`
}

func (*VolumeAttachV3Observation) DeepCopy added in v0.3.0

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

func (*VolumeAttachV3Observation) DeepCopyInto added in v0.3.0

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

type VolumeAttachV3Parameters added in v0.3.0

type VolumeAttachV3Parameters struct {

	// Specify whether to attach the volume as Read-Only
	// (ro) or Read-Write (rw). Only values of ro and rw are accepted.
	// If left unspecified, the Block Storage API will apply a default of rw.
	// +kubebuilder:validation:Optional
	AttachMode *string `json:"attachMode,omitempty" tf:"attach_mode,omitempty"`

	// The device to tell the Block Storage service this
	// volume will be attached as. This is purely for informational purposes.
	// You can specify auto or a device such as /dev/vdc.
	// +kubebuilder:validation:Optional
	Device *string `json:"device,omitempty" tf:"device,omitempty"`

	// The host to attach the volume to.
	// +kubebuilder:validation:Optional
	HostName *string `json:"hostName,omitempty" tf:"host_name,omitempty"`

	// The IP address of the host_name above.
	// +kubebuilder:validation:Optional
	IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"`

	// The iSCSI initiator string to make the connection.
	// +kubebuilder:validation:Optional
	Initiator *string `json:"initiator,omitempty" tf:"initiator,omitempty"`

	// Whether to connect to this volume via multipath.
	// +kubebuilder:validation:Optional
	Multipath *bool `json:"multipath,omitempty" tf:"multipath,omitempty"`

	// The iSCSI initiator OS type.
	// +kubebuilder:validation:Optional
	OsType *string `json:"osType,omitempty" tf:"os_type,omitempty"`

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

	// The region in which to obtain the V3 Block Storage
	// client. A Block Storage client is needed to create a volume attachment.
	// If omitted, the region argument of the provider is used. Changing this
	// creates a new volume attachment.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The ID of the Volume to attach to an Instance.
	// +kubebuilder:validation:Optional
	VolumeID *string `json:"volumeId,omitempty" tf:"volume_id,omitempty"`

	// A wwnn name. Used for Fibre Channel connections.
	// +kubebuilder:validation:Optional
	Wwnn *string `json:"wwnn,omitempty" tf:"wwnn,omitempty"`

	// An array of wwpn strings. Used for Fibre Channel
	// connections.
	// +kubebuilder:validation:Optional
	Wwpn []*string `json:"wwpn,omitempty" tf:"wwpn,omitempty"`
}

func (*VolumeAttachV3Parameters) DeepCopy added in v0.3.0

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

func (*VolumeAttachV3Parameters) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type VolumeAttachV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeAttachV3Parameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider VolumeAttachV3InitParameters `json:"initProvider,omitempty"`
}

VolumeAttachV3Spec defines the desired state of VolumeAttachV3

func (*VolumeAttachV3Spec) DeepCopy added in v0.3.0

func (in *VolumeAttachV3Spec) DeepCopy() *VolumeAttachV3Spec

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

func (*VolumeAttachV3Spec) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

VolumeAttachV3Status defines the observed state of VolumeAttachV3.

func (*VolumeAttachV3Status) DeepCopy added in v0.3.0

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

func (*VolumeAttachV3Status) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type VolumeTypeAccessV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.projectId) || (has(self.initProvider) && has(self.initProvider.projectId))",message="spec.forProvider.projectId is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.volumeTypeId) || (has(self.initProvider) && has(self.initProvider.volumeTypeId))",message="spec.forProvider.volumeTypeId is a required parameter"
	Spec   VolumeTypeAccessV3Spec   `json:"spec"`
	Status VolumeTypeAccessV3Status `json:"status,omitempty"`
}

VolumeTypeAccessV3 is the Schema for the VolumeTypeAccessV3s API. Manages a V3 volume type access resource within OpenStack. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*VolumeTypeAccessV3) DeepCopy added in v0.3.0

func (in *VolumeTypeAccessV3) DeepCopy() *VolumeTypeAccessV3

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

func (*VolumeTypeAccessV3) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*VolumeTypeAccessV3) GetCondition added in v0.3.0

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

GetCondition of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetID added in v0.3.0

func (tr *VolumeTypeAccessV3) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetInitParameters added in v0.3.0

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

GetInitParameters of this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetMergedParameters added in v0.3.0

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

GetInitParameters of this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetObservation added in v0.3.0

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

GetObservation of this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetParameters added in v0.3.0

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

GetParameters of this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) GetTerraformResourceType added in v0.3.0

func (mg *VolumeTypeAccessV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) GetTerraformSchemaVersion added in v0.3.0

func (tr *VolumeTypeAccessV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeTypeAccessV3) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) LateInitialize added in v0.3.0

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 added in v0.3.0

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

SetConditions of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetObservation added in v0.3.0

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

SetObservation for this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) SetParameters added in v0.3.0

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

SetParameters for this VolumeTypeAccessV3

func (*VolumeTypeAccessV3) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this VolumeTypeAccessV3.

func (*VolumeTypeAccessV3) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this VolumeTypeAccessV3.

type VolumeTypeAccessV3InitParameters added in v0.3.0

type VolumeTypeAccessV3InitParameters struct {

	// ID of the project to give access to. Changing this
	// creates a new resource.
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// ID of the volume type to give access to. Changing
	// this creates a new resource.
	VolumeTypeID *string `json:"volumeTypeId,omitempty" tf:"volume_type_id,omitempty"`
}

func (*VolumeTypeAccessV3InitParameters) DeepCopy added in v0.3.0

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

func (*VolumeTypeAccessV3InitParameters) DeepCopyInto added in v0.3.0

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

type VolumeTypeAccessV3List added in v0.3.0

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 added in v0.3.0

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

func (*VolumeTypeAccessV3List) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*VolumeTypeAccessV3List) GetItems added in v0.3.0

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

GetItems of this VolumeTypeAccessV3List.

type VolumeTypeAccessV3Observation added in v0.3.0

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

	// ID of the project to give access to. Changing this
	// creates a new resource.
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// ID of the volume type to give access to. Changing
	// this creates a new resource.
	VolumeTypeID *string `json:"volumeTypeId,omitempty" tf:"volume_type_id,omitempty"`
}

func (*VolumeTypeAccessV3Observation) DeepCopy added in v0.3.0

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

func (*VolumeTypeAccessV3Observation) DeepCopyInto added in v0.3.0

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

type VolumeTypeAccessV3Parameters added in v0.3.0

type VolumeTypeAccessV3Parameters struct {

	// ID of the project to give access to. Changing this
	// creates a new resource.
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// ID of the volume type to give access to. Changing
	// this creates a new resource.
	// +kubebuilder:validation:Optional
	VolumeTypeID *string `json:"volumeTypeId,omitempty" tf:"volume_type_id,omitempty"`
}

func (*VolumeTypeAccessV3Parameters) DeepCopy added in v0.3.0

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

func (*VolumeTypeAccessV3Parameters) DeepCopyInto added in v0.3.0

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

type VolumeTypeAccessV3Spec added in v0.3.0

type VolumeTypeAccessV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeTypeAccessV3Parameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider VolumeTypeAccessV3InitParameters `json:"initProvider,omitempty"`
}

VolumeTypeAccessV3Spec defines the desired state of VolumeTypeAccessV3

func (*VolumeTypeAccessV3Spec) DeepCopy added in v0.3.0

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

func (*VolumeTypeAccessV3Spec) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

VolumeTypeAccessV3Status defines the observed state of VolumeTypeAccessV3.

func (*VolumeTypeAccessV3Status) DeepCopy added in v0.3.0

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

func (*VolumeTypeAccessV3Status) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type VolumeTypeV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   VolumeTypeV3Spec   `json:"spec"`
	Status VolumeTypeV3Status `json:"status,omitempty"`
}

VolumeTypeV3 is the Schema for the VolumeTypeV3s API. Manages a V3 volume type resource within OpenStack. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*VolumeTypeV3) DeepCopy added in v0.3.0

func (in *VolumeTypeV3) DeepCopy() *VolumeTypeV3

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

func (*VolumeTypeV3) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*VolumeTypeV3) GetCondition added in v0.3.0

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

GetCondition of this VolumeTypeV3.

func (*VolumeTypeV3) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this VolumeTypeV3

func (*VolumeTypeV3) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this VolumeTypeV3.

func (*VolumeTypeV3) GetID added in v0.3.0

func (tr *VolumeTypeV3) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeTypeV3

func (*VolumeTypeV3) GetInitParameters added in v0.3.0

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

GetInitParameters of this VolumeTypeV3

func (*VolumeTypeV3) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this VolumeTypeV3.

func (*VolumeTypeV3) GetMergedParameters added in v0.3.0

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

GetInitParameters of this VolumeTypeV3

func (*VolumeTypeV3) GetObservation added in v0.3.0

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

GetObservation of this VolumeTypeV3

func (*VolumeTypeV3) GetParameters added in v0.3.0

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

GetParameters of this VolumeTypeV3

func (*VolumeTypeV3) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this VolumeTypeV3.

func (*VolumeTypeV3) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this VolumeTypeV3.

func (*VolumeTypeV3) GetTerraformResourceType added in v0.3.0

func (mg *VolumeTypeV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeTypeV3

func (*VolumeTypeV3) GetTerraformSchemaVersion added in v0.3.0

func (tr *VolumeTypeV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeTypeV3) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this VolumeTypeV3.

func (*VolumeTypeV3) LateInitialize added in v0.3.0

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 added in v0.3.0

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

SetConditions of this VolumeTypeV3.

func (*VolumeTypeV3) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this VolumeTypeV3.

func (*VolumeTypeV3) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this VolumeTypeV3.

func (*VolumeTypeV3) SetObservation added in v0.3.0

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

SetObservation for this VolumeTypeV3

func (*VolumeTypeV3) SetParameters added in v0.3.0

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

SetParameters for this VolumeTypeV3

func (*VolumeTypeV3) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this VolumeTypeV3.

func (*VolumeTypeV3) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this VolumeTypeV3.

func (*VolumeTypeV3) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this VolumeTypeV3.

type VolumeTypeV3InitParameters added in v0.3.0

type VolumeTypeV3InitParameters struct {

	// Human-readable description of the port. Changing
	// this updates the description of an existing volume type.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Key/Value pairs of metadata for the volume type.
	ExtraSpecs map[string]*string `json:"extraSpecs,omitempty" tf:"extra_specs,omitempty"`

	// Whether the volume type is public. Changing
	// this updates the is_public of an existing volume type.
	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

	// Name of the volume type.  Changing this
	// updates the name of an existing volume type.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*VolumeTypeV3InitParameters) DeepCopy added in v0.3.0

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

func (*VolumeTypeV3InitParameters) DeepCopyInto added in v0.3.0

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

type VolumeTypeV3List added in v0.3.0

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 added in v0.3.0

func (in *VolumeTypeV3List) DeepCopy() *VolumeTypeV3List

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

func (*VolumeTypeV3List) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*VolumeTypeV3List) GetItems added in v0.3.0

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

GetItems of this VolumeTypeV3List.

type VolumeTypeV3Observation added in v0.3.0

type VolumeTypeV3Observation struct {

	// Human-readable description of the port. Changing
	// this updates the description of an existing volume type.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Key/Value pairs of metadata for the volume type.
	ExtraSpecs map[string]*string `json:"extraSpecs,omitempty" tf:"extra_specs,omitempty"`

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

	// Whether the volume type is public. Changing
	// this updates the is_public of an existing volume type.
	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

	// Name of the volume type.  Changing this
	// updates the name of an existing volume type.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*VolumeTypeV3Observation) DeepCopy added in v0.3.0

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

func (*VolumeTypeV3Observation) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type VolumeTypeV3Parameters struct {

	// Human-readable description of the port. Changing
	// this updates the description of an existing volume type.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Key/Value pairs of metadata for the volume type.
	// +kubebuilder:validation:Optional
	ExtraSpecs map[string]*string `json:"extraSpecs,omitempty" tf:"extra_specs,omitempty"`

	// Whether the volume type is public. Changing
	// this updates the is_public of an existing volume type.
	// +kubebuilder:validation:Optional
	IsPublic *bool `json:"isPublic,omitempty" tf:"is_public,omitempty"`

	// Name of the volume type.  Changing this
	// updates the name of an existing volume type.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new quotaset.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*VolumeTypeV3Parameters) DeepCopy added in v0.3.0

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

func (*VolumeTypeV3Parameters) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type VolumeTypeV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeTypeV3Parameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider VolumeTypeV3InitParameters `json:"initProvider,omitempty"`
}

VolumeTypeV3Spec defines the desired state of VolumeTypeV3

func (*VolumeTypeV3Spec) DeepCopy added in v0.3.0

func (in *VolumeTypeV3Spec) DeepCopy() *VolumeTypeV3Spec

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

func (*VolumeTypeV3Spec) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

VolumeTypeV3Status defines the observed state of VolumeTypeV3.

func (*VolumeTypeV3Status) DeepCopy added in v0.3.0

func (in *VolumeTypeV3Status) DeepCopy() *VolumeTypeV3Status

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

func (*VolumeTypeV3Status) DeepCopyInto added in v0.3.0

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

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

type VolumeV3 added in v0.3.0

type VolumeV3 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.size) || (has(self.initProvider) && has(self.initProvider.size))",message="spec.forProvider.size is a required parameter"
	Spec   VolumeV3Spec   `json:"spec"`
	Status VolumeV3Status `json:"status,omitempty"`
}

VolumeV3 is the Schema for the VolumeV3s API. Manages a V3 volume resource within OpenStack. +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,openstack}

func (*VolumeV3) DeepCopy added in v0.3.0

func (in *VolumeV3) DeepCopy() *VolumeV3

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

func (*VolumeV3) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*VolumeV3) GetCondition added in v0.3.0

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

GetCondition of this VolumeV3.

func (*VolumeV3) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this VolumeV3

func (*VolumeV3) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this VolumeV3.

func (*VolumeV3) GetID added in v0.3.0

func (tr *VolumeV3) GetID() string

GetID returns ID of underlying Terraform resource of this VolumeV3

func (*VolumeV3) GetInitParameters added in v0.3.0

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

GetInitParameters of this VolumeV3

func (*VolumeV3) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this VolumeV3.

func (*VolumeV3) GetMergedParameters added in v0.3.0

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

GetInitParameters of this VolumeV3

func (*VolumeV3) GetObservation added in v0.3.0

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

GetObservation of this VolumeV3

func (*VolumeV3) GetParameters added in v0.3.0

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

GetParameters of this VolumeV3

func (*VolumeV3) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this VolumeV3.

func (*VolumeV3) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this VolumeV3.

func (*VolumeV3) GetTerraformResourceType added in v0.3.0

func (mg *VolumeV3) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumeV3

func (*VolumeV3) GetTerraformSchemaVersion added in v0.3.0

func (tr *VolumeV3) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumeV3) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this VolumeV3.

func (*VolumeV3) LateInitialize added in v0.3.0

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 added in v0.3.0

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

SetConditions of this VolumeV3.

func (*VolumeV3) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this VolumeV3.

func (*VolumeV3) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this VolumeV3.

func (*VolumeV3) SetObservation added in v0.3.0

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

SetObservation for this VolumeV3

func (*VolumeV3) SetParameters added in v0.3.0

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

SetParameters for this VolumeV3

func (*VolumeV3) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this VolumeV3.

func (*VolumeV3) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this VolumeV3.

func (*VolumeV3) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this VolumeV3.

type VolumeV3InitParameters added in v0.3.0

type VolumeV3InitParameters struct {

	// The availability zone for the volume.
	// Changing this creates a new volume.
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

	// The consistency group to place the volume
	// in.
	ConsistencyGroupID *string `json:"consistencyGroupId,omitempty" tf:"consistency_group_id,omitempty"`

	// A description of the volume. Changing this updates
	// the volume's description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// When this option is set it allows extending
	// attached volumes. Note: updating size of an attached volume requires Cinder
	// support for version 3.42 and a compatible storage driver.
	EnableOnlineResize *bool `json:"enableOnlineResize,omitempty" tf:"enable_online_resize,omitempty"`

	// The image ID from which to create the volume.
	// Changing this creates a new volume.
	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	// Metadata key/value pairs to associate with the volume.
	// Changing this updates the existing volume metadata.
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// Allow the volume to be attached to more than one Compute instance.
	Multiattach *bool `json:"multiattach,omitempty" tf:"multiattach,omitempty"`

	// A unique name for the volume. Changing this updates the
	// volume's name.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new volume.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Provide the Cinder scheduler with hints on where
	// to instantiate a volume in the OpenStack cloud. The available hints are described below.
	SchedulerHints []SchedulerHintsInitParameters `json:"schedulerHints,omitempty" tf:"scheduler_hints,omitempty"`

	// The size of the volume to create (in gigabytes).
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// The snapshot ID from which to create the volume.
	// Changing this creates a new volume.
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`

	// The volume ID to replicate with.
	SourceReplica *string `json:"sourceReplica,omitempty" tf:"source_replica,omitempty"`

	// The volume ID from which to create the volume.
	// Changing this creates a new volume.
	SourceVolID *string `json:"sourceVolId,omitempty" tf:"source_vol_id,omitempty"`

	// The type of volume to create.
	// Changing this creates a new volume.
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*VolumeV3InitParameters) DeepCopy added in v0.3.0

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

func (*VolumeV3InitParameters) DeepCopyInto added in v0.3.0

func (in *VolumeV3InitParameters) DeepCopyInto(out *VolumeV3InitParameters)

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

type VolumeV3List added in v0.3.0

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 added in v0.3.0

func (in *VolumeV3List) DeepCopy() *VolumeV3List

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

func (*VolumeV3List) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

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

func (*VolumeV3List) GetItems added in v0.3.0

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

GetItems of this VolumeV3List.

type VolumeV3Observation added in v0.3.0

type VolumeV3Observation struct {

	// If a volume is attached to an instance, this attribute will
	// display the Attachment ID, Instance ID, and the Device as the Instance
	// sees it.
	Attachment []AttachmentObservation `json:"attachment,omitempty" tf:"attachment,omitempty"`

	// The availability zone for the volume.
	// Changing this creates a new volume.
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

	// The consistency group to place the volume
	// in.
	ConsistencyGroupID *string `json:"consistencyGroupId,omitempty" tf:"consistency_group_id,omitempty"`

	// A description of the volume. Changing this updates
	// the volume's description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// When this option is set it allows extending
	// attached volumes. Note: updating size of an attached volume requires Cinder
	// support for version 3.42 and a compatible storage driver.
	EnableOnlineResize *bool `json:"enableOnlineResize,omitempty" tf:"enable_online_resize,omitempty"`

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

	// The image ID from which to create the volume.
	// Changing this creates a new volume.
	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	// Metadata key/value pairs to associate with the volume.
	// Changing this updates the existing volume metadata.
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// Allow the volume to be attached to more than one Compute instance.
	Multiattach *bool `json:"multiattach,omitempty" tf:"multiattach,omitempty"`

	// A unique name for the volume. Changing this updates the
	// volume's name.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new volume.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Provide the Cinder scheduler with hints on where
	// to instantiate a volume in the OpenStack cloud. The available hints are described below.
	SchedulerHints []SchedulerHintsObservation `json:"schedulerHints,omitempty" tf:"scheduler_hints,omitempty"`

	// The size of the volume to create (in gigabytes).
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// The snapshot ID from which to create the volume.
	// Changing this creates a new volume.
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`

	// The volume ID to replicate with.
	SourceReplica *string `json:"sourceReplica,omitempty" tf:"source_replica,omitempty"`

	// The volume ID from which to create the volume.
	// Changing this creates a new volume.
	SourceVolID *string `json:"sourceVolId,omitempty" tf:"source_vol_id,omitempty"`

	// The type of volume to create.
	// Changing this creates a new volume.
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*VolumeV3Observation) DeepCopy added in v0.3.0

func (in *VolumeV3Observation) DeepCopy() *VolumeV3Observation

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

func (*VolumeV3Observation) DeepCopyInto added in v0.3.0

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 added in v0.3.0

type VolumeV3Parameters struct {

	// The availability zone for the volume.
	// Changing this creates a new volume.
	// +kubebuilder:validation:Optional
	AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone,omitempty"`

	// The consistency group to place the volume
	// in.
	// +kubebuilder:validation:Optional
	ConsistencyGroupID *string `json:"consistencyGroupId,omitempty" tf:"consistency_group_id,omitempty"`

	// A description of the volume. Changing this updates
	// the volume's description.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// When this option is set it allows extending
	// attached volumes. Note: updating size of an attached volume requires Cinder
	// support for version 3.42 and a compatible storage driver.
	// +kubebuilder:validation:Optional
	EnableOnlineResize *bool `json:"enableOnlineResize,omitempty" tf:"enable_online_resize,omitempty"`

	// The image ID from which to create the volume.
	// Changing this creates a new volume.
	// +kubebuilder:validation:Optional
	ImageID *string `json:"imageId,omitempty" tf:"image_id,omitempty"`

	// Metadata key/value pairs to associate with the volume.
	// Changing this updates the existing volume metadata.
	// +kubebuilder:validation:Optional
	Metadata map[string]*string `json:"metadata,omitempty" tf:"metadata,omitempty"`

	// Allow the volume to be attached to more than one Compute instance.
	// +kubebuilder:validation:Optional
	Multiattach *bool `json:"multiattach,omitempty" tf:"multiattach,omitempty"`

	// A unique name for the volume. Changing this updates the
	// volume's name.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The region in which to create the volume. If
	// omitted, the region argument of the provider is used. Changing this
	// creates a new volume.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Provide the Cinder scheduler with hints on where
	// to instantiate a volume in the OpenStack cloud. The available hints are described below.
	// +kubebuilder:validation:Optional
	SchedulerHints []SchedulerHintsParameters `json:"schedulerHints,omitempty" tf:"scheduler_hints,omitempty"`

	// The size of the volume to create (in gigabytes).
	// +kubebuilder:validation:Optional
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// The snapshot ID from which to create the volume.
	// Changing this creates a new volume.
	// +kubebuilder:validation:Optional
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`

	// The volume ID to replicate with.
	// +kubebuilder:validation:Optional
	SourceReplica *string `json:"sourceReplica,omitempty" tf:"source_replica,omitempty"`

	// The volume ID from which to create the volume.
	// Changing this creates a new volume.
	// +kubebuilder:validation:Optional
	SourceVolID *string `json:"sourceVolId,omitempty" tf:"source_vol_id,omitempty"`

	// The type of volume to create.
	// Changing this creates a new volume.
	// +kubebuilder:validation:Optional
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*VolumeV3Parameters) DeepCopy added in v0.3.0

func (in *VolumeV3Parameters) DeepCopy() *VolumeV3Parameters

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

func (*VolumeV3Parameters) DeepCopyInto added in v0.3.0

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

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

type VolumeV3Spec added in v0.3.0

type VolumeV3Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeV3Parameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider VolumeV3InitParameters `json:"initProvider,omitempty"`
}

VolumeV3Spec defines the desired state of VolumeV3

func (*VolumeV3Spec) DeepCopy added in v0.3.0

func (in *VolumeV3Spec) DeepCopy() *VolumeV3Spec

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

func (*VolumeV3Spec) DeepCopyInto added in v0.3.0

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 added in v0.3.0

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

VolumeV3Status defines the observed state of VolumeV3.

func (*VolumeV3Status) DeepCopy added in v0.3.0

func (in *VolumeV3Status) DeepCopy() *VolumeV3Status

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

func (*VolumeV3Status) DeepCopyInto added in v0.3.0

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