v1alpha1

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

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

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

Documentation

Overview

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

Index

Constants

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

Package type metadata.

Variables

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

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

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	RecordsetV2_Kind             = "RecordsetV2"
	RecordsetV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RecordsetV2_Kind}.String()
	RecordsetV2_KindAPIVersion   = RecordsetV2_Kind + "." + CRDGroupVersion.String()
	RecordsetV2_GroupVersionKind = CRDGroupVersion.WithKind(RecordsetV2_Kind)
)

Repository type metadata.

View Source
var (
	TransferAcceptV2_Kind             = "TransferAcceptV2"
	TransferAcceptV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: TransferAcceptV2_Kind}.String()
	TransferAcceptV2_KindAPIVersion   = TransferAcceptV2_Kind + "." + CRDGroupVersion.String()
	TransferAcceptV2_GroupVersionKind = CRDGroupVersion.WithKind(TransferAcceptV2_Kind)
)

Repository type metadata.

View Source
var (
	TransferRequestV2_Kind             = "TransferRequestV2"
	TransferRequestV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: TransferRequestV2_Kind}.String()
	TransferRequestV2_KindAPIVersion   = TransferRequestV2_Kind + "." + CRDGroupVersion.String()
	TransferRequestV2_GroupVersionKind = CRDGroupVersion.WithKind(TransferRequestV2_Kind)
)

Repository type metadata.

View Source
var (
	ZoneV2_Kind             = "ZoneV2"
	ZoneV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ZoneV2_Kind}.String()
	ZoneV2_KindAPIVersion   = ZoneV2_Kind + "." + CRDGroupVersion.String()
	ZoneV2_GroupVersionKind = CRDGroupVersion.WithKind(ZoneV2_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type RecordsetV2

type RecordsetV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RecordsetV2Spec   `json:"spec"`
	Status            RecordsetV2Status `json:"status,omitempty"`
}

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

func (*RecordsetV2) DeepCopy

func (in *RecordsetV2) DeepCopy() *RecordsetV2

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

func (*RecordsetV2) DeepCopyInto

func (in *RecordsetV2) DeepCopyInto(out *RecordsetV2)

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

func (*RecordsetV2) DeepCopyObject

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

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

func (*RecordsetV2) GetCondition

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

GetCondition of this RecordsetV2.

func (*RecordsetV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this RecordsetV2

func (*RecordsetV2) GetDeletionPolicy

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

GetDeletionPolicy of this RecordsetV2.

func (*RecordsetV2) GetID

func (tr *RecordsetV2) GetID() string

GetID returns ID of underlying Terraform resource of this RecordsetV2

func (*RecordsetV2) GetObservation

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

GetObservation of this RecordsetV2

func (*RecordsetV2) GetParameters

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

GetParameters of this RecordsetV2

func (*RecordsetV2) GetProviderConfigReference

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

GetProviderConfigReference of this RecordsetV2.

func (*RecordsetV2) GetProviderReference

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

GetProviderReference of this RecordsetV2. Deprecated: Use GetProviderConfigReference.

func (*RecordsetV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this RecordsetV2.

func (*RecordsetV2) GetTerraformResourceType

func (mg *RecordsetV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RecordsetV2

func (*RecordsetV2) GetTerraformSchemaVersion

func (tr *RecordsetV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RecordsetV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this RecordsetV2.

func (*RecordsetV2) LateInitialize

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

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

func (*RecordsetV2) SetConditions

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

SetConditions of this RecordsetV2.

func (*RecordsetV2) SetDeletionPolicy

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

SetDeletionPolicy of this RecordsetV2.

func (*RecordsetV2) SetObservation

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

SetObservation for this RecordsetV2

func (*RecordsetV2) SetParameters

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

SetParameters for this RecordsetV2

func (*RecordsetV2) SetProviderConfigReference

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

SetProviderConfigReference of this RecordsetV2.

func (*RecordsetV2) SetProviderReference

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

SetProviderReference of this RecordsetV2. Deprecated: Use SetProviderConfigReference.

func (*RecordsetV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this RecordsetV2.

func (*RecordsetV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this RecordsetV2.

type RecordsetV2List

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

RecordsetV2List contains a list of RecordsetV2s

func (*RecordsetV2List) DeepCopy

func (in *RecordsetV2List) DeepCopy() *RecordsetV2List

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

func (*RecordsetV2List) DeepCopyInto

func (in *RecordsetV2List) DeepCopyInto(out *RecordsetV2List)

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

func (*RecordsetV2List) DeepCopyObject

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

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

func (*RecordsetV2List) GetItems

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

GetItems of this RecordsetV2List.

type RecordsetV2Observation

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

func (*RecordsetV2Observation) DeepCopy

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

func (*RecordsetV2Observation) DeepCopyInto

func (in *RecordsetV2Observation) DeepCopyInto(out *RecordsetV2Observation)

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

type RecordsetV2Parameters

type RecordsetV2Parameters struct {

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

	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

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

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

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

	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

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

	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// +kubebuilder:validation:Required
	ZoneID *string `json:"zoneId" tf:"zone_id,omitempty"`
}

func (*RecordsetV2Parameters) DeepCopy

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

func (*RecordsetV2Parameters) DeepCopyInto

func (in *RecordsetV2Parameters) DeepCopyInto(out *RecordsetV2Parameters)

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

type RecordsetV2Spec

type RecordsetV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RecordsetV2Parameters `json:"forProvider"`
}

RecordsetV2Spec defines the desired state of RecordsetV2

func (*RecordsetV2Spec) DeepCopy

func (in *RecordsetV2Spec) DeepCopy() *RecordsetV2Spec

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

func (*RecordsetV2Spec) DeepCopyInto

func (in *RecordsetV2Spec) DeepCopyInto(out *RecordsetV2Spec)

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

type RecordsetV2Status

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

RecordsetV2Status defines the observed state of RecordsetV2.

func (*RecordsetV2Status) DeepCopy

func (in *RecordsetV2Status) DeepCopy() *RecordsetV2Status

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

func (*RecordsetV2Status) DeepCopyInto

func (in *RecordsetV2Status) DeepCopyInto(out *RecordsetV2Status)

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

type TransferAcceptV2

type TransferAcceptV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TransferAcceptV2Spec   `json:"spec"`
	Status            TransferAcceptV2Status `json:"status,omitempty"`
}

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

func (*TransferAcceptV2) DeepCopy

func (in *TransferAcceptV2) DeepCopy() *TransferAcceptV2

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

func (*TransferAcceptV2) DeepCopyInto

func (in *TransferAcceptV2) DeepCopyInto(out *TransferAcceptV2)

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

func (*TransferAcceptV2) DeepCopyObject

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

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

func (*TransferAcceptV2) GetCondition

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

GetCondition of this TransferAcceptV2.

func (*TransferAcceptV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this TransferAcceptV2

func (*TransferAcceptV2) GetDeletionPolicy

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

GetDeletionPolicy of this TransferAcceptV2.

func (*TransferAcceptV2) GetID

func (tr *TransferAcceptV2) GetID() string

GetID returns ID of underlying Terraform resource of this TransferAcceptV2

func (*TransferAcceptV2) GetObservation

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

GetObservation of this TransferAcceptV2

func (*TransferAcceptV2) GetParameters

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

GetParameters of this TransferAcceptV2

func (*TransferAcceptV2) GetProviderConfigReference

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

GetProviderConfigReference of this TransferAcceptV2.

func (*TransferAcceptV2) GetProviderReference

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

GetProviderReference of this TransferAcceptV2. Deprecated: Use GetProviderConfigReference.

func (*TransferAcceptV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this TransferAcceptV2.

func (*TransferAcceptV2) GetTerraformResourceType

func (mg *TransferAcceptV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this TransferAcceptV2

func (*TransferAcceptV2) GetTerraformSchemaVersion

func (tr *TransferAcceptV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*TransferAcceptV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this TransferAcceptV2.

func (*TransferAcceptV2) LateInitialize

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

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

func (*TransferAcceptV2) SetConditions

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

SetConditions of this TransferAcceptV2.

func (*TransferAcceptV2) SetDeletionPolicy

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

SetDeletionPolicy of this TransferAcceptV2.

func (*TransferAcceptV2) SetObservation

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

SetObservation for this TransferAcceptV2

func (*TransferAcceptV2) SetParameters

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

SetParameters for this TransferAcceptV2

func (*TransferAcceptV2) SetProviderConfigReference

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

SetProviderConfigReference of this TransferAcceptV2.

func (*TransferAcceptV2) SetProviderReference

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

SetProviderReference of this TransferAcceptV2. Deprecated: Use SetProviderConfigReference.

func (*TransferAcceptV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this TransferAcceptV2.

func (*TransferAcceptV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this TransferAcceptV2.

type TransferAcceptV2List

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

TransferAcceptV2List contains a list of TransferAcceptV2s

func (*TransferAcceptV2List) DeepCopy

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

func (*TransferAcceptV2List) DeepCopyInto

func (in *TransferAcceptV2List) DeepCopyInto(out *TransferAcceptV2List)

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

func (*TransferAcceptV2List) DeepCopyObject

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

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

func (*TransferAcceptV2List) GetItems

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

GetItems of this TransferAcceptV2List.

type TransferAcceptV2Observation

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

func (*TransferAcceptV2Observation) DeepCopy

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

func (*TransferAcceptV2Observation) DeepCopyInto

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

type TransferAcceptV2Parameters

type TransferAcceptV2Parameters struct {

	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// +kubebuilder:validation:Required
	Key *string `json:"key" tf:"key,omitempty"`

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

	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// +kubebuilder:validation:Required
	ZoneTransferRequestID *string `json:"zoneTransferRequestId" tf:"zone_transfer_request_id,omitempty"`
}

func (*TransferAcceptV2Parameters) DeepCopy

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

func (*TransferAcceptV2Parameters) DeepCopyInto

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

type TransferAcceptV2Spec

type TransferAcceptV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     TransferAcceptV2Parameters `json:"forProvider"`
}

TransferAcceptV2Spec defines the desired state of TransferAcceptV2

func (*TransferAcceptV2Spec) DeepCopy

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

func (*TransferAcceptV2Spec) DeepCopyInto

func (in *TransferAcceptV2Spec) DeepCopyInto(out *TransferAcceptV2Spec)

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

type TransferAcceptV2Status

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

TransferAcceptV2Status defines the observed state of TransferAcceptV2.

func (*TransferAcceptV2Status) DeepCopy

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

func (*TransferAcceptV2Status) DeepCopyInto

func (in *TransferAcceptV2Status) DeepCopyInto(out *TransferAcceptV2Status)

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

type TransferRequestV2

type TransferRequestV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TransferRequestV2Spec   `json:"spec"`
	Status            TransferRequestV2Status `json:"status,omitempty"`
}

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

func (*TransferRequestV2) DeepCopy

func (in *TransferRequestV2) DeepCopy() *TransferRequestV2

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

func (*TransferRequestV2) DeepCopyInto

func (in *TransferRequestV2) DeepCopyInto(out *TransferRequestV2)

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

func (*TransferRequestV2) DeepCopyObject

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

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

func (*TransferRequestV2) GetCondition

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

GetCondition of this TransferRequestV2.

func (*TransferRequestV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this TransferRequestV2

func (*TransferRequestV2) GetDeletionPolicy

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

GetDeletionPolicy of this TransferRequestV2.

func (*TransferRequestV2) GetID

func (tr *TransferRequestV2) GetID() string

GetID returns ID of underlying Terraform resource of this TransferRequestV2

func (*TransferRequestV2) GetObservation

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

GetObservation of this TransferRequestV2

func (*TransferRequestV2) GetParameters

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

GetParameters of this TransferRequestV2

func (*TransferRequestV2) GetProviderConfigReference

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

GetProviderConfigReference of this TransferRequestV2.

func (*TransferRequestV2) GetProviderReference

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

GetProviderReference of this TransferRequestV2. Deprecated: Use GetProviderConfigReference.

func (*TransferRequestV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this TransferRequestV2.

func (*TransferRequestV2) GetTerraformResourceType

func (mg *TransferRequestV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this TransferRequestV2

func (*TransferRequestV2) GetTerraformSchemaVersion

func (tr *TransferRequestV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*TransferRequestV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this TransferRequestV2.

func (*TransferRequestV2) LateInitialize

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

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

func (*TransferRequestV2) SetConditions

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

SetConditions of this TransferRequestV2.

func (*TransferRequestV2) SetDeletionPolicy

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

SetDeletionPolicy of this TransferRequestV2.

func (*TransferRequestV2) SetObservation

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

SetObservation for this TransferRequestV2

func (*TransferRequestV2) SetParameters

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

SetParameters for this TransferRequestV2

func (*TransferRequestV2) SetProviderConfigReference

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

SetProviderConfigReference of this TransferRequestV2.

func (*TransferRequestV2) SetProviderReference

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

SetProviderReference of this TransferRequestV2. Deprecated: Use SetProviderConfigReference.

func (*TransferRequestV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this TransferRequestV2.

func (*TransferRequestV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this TransferRequestV2.

type TransferRequestV2List

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

TransferRequestV2List contains a list of TransferRequestV2s

func (*TransferRequestV2List) DeepCopy

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

func (*TransferRequestV2List) DeepCopyInto

func (in *TransferRequestV2List) DeepCopyInto(out *TransferRequestV2List)

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

func (*TransferRequestV2List) DeepCopyObject

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

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

func (*TransferRequestV2List) GetItems

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

GetItems of this TransferRequestV2List.

type TransferRequestV2Observation

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

func (*TransferRequestV2Observation) DeepCopy

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

func (*TransferRequestV2Observation) DeepCopyInto

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

type TransferRequestV2Parameters

type TransferRequestV2Parameters struct {

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

	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// +kubebuilder:validation:Optional
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

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

	// +kubebuilder:validation:Optional
	TargetProjectID *string `json:"targetProjectId,omitempty" tf:"target_project_id,omitempty"`

	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// +kubebuilder:validation:Required
	ZoneID *string `json:"zoneId" tf:"zone_id,omitempty"`
}

func (*TransferRequestV2Parameters) DeepCopy

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

func (*TransferRequestV2Parameters) DeepCopyInto

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

type TransferRequestV2Spec

type TransferRequestV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     TransferRequestV2Parameters `json:"forProvider"`
}

TransferRequestV2Spec defines the desired state of TransferRequestV2

func (*TransferRequestV2Spec) DeepCopy

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

func (*TransferRequestV2Spec) DeepCopyInto

func (in *TransferRequestV2Spec) DeepCopyInto(out *TransferRequestV2Spec)

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

type TransferRequestV2Status

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

TransferRequestV2Status defines the observed state of TransferRequestV2.

func (*TransferRequestV2Status) DeepCopy

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

func (*TransferRequestV2Status) DeepCopyInto

func (in *TransferRequestV2Status) DeepCopyInto(out *TransferRequestV2Status)

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

type ZoneV2

type ZoneV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ZoneV2Spec   `json:"spec"`
	Status            ZoneV2Status `json:"status,omitempty"`
}

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

func (*ZoneV2) DeepCopy

func (in *ZoneV2) DeepCopy() *ZoneV2

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

func (*ZoneV2) DeepCopyInto

func (in *ZoneV2) DeepCopyInto(out *ZoneV2)

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

func (*ZoneV2) DeepCopyObject

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

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

func (*ZoneV2) GetCondition

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

GetCondition of this ZoneV2.

func (*ZoneV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ZoneV2

func (*ZoneV2) GetDeletionPolicy

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

GetDeletionPolicy of this ZoneV2.

func (*ZoneV2) GetID

func (tr *ZoneV2) GetID() string

GetID returns ID of underlying Terraform resource of this ZoneV2

func (*ZoneV2) GetObservation

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

GetObservation of this ZoneV2

func (*ZoneV2) GetParameters

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

GetParameters of this ZoneV2

func (*ZoneV2) GetProviderConfigReference

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

GetProviderConfigReference of this ZoneV2.

func (*ZoneV2) GetProviderReference

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

GetProviderReference of this ZoneV2. Deprecated: Use GetProviderConfigReference.

func (*ZoneV2) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ZoneV2.

func (*ZoneV2) GetTerraformResourceType

func (mg *ZoneV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ZoneV2

func (*ZoneV2) GetTerraformSchemaVersion

func (tr *ZoneV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ZoneV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ZoneV2.

func (*ZoneV2) LateInitialize

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

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

func (*ZoneV2) SetConditions

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

SetConditions of this ZoneV2.

func (*ZoneV2) SetDeletionPolicy

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

SetDeletionPolicy of this ZoneV2.

func (*ZoneV2) SetObservation

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

SetObservation for this ZoneV2

func (*ZoneV2) SetParameters

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

SetParameters for this ZoneV2

func (*ZoneV2) SetProviderConfigReference

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

SetProviderConfigReference of this ZoneV2.

func (*ZoneV2) SetProviderReference

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

SetProviderReference of this ZoneV2. Deprecated: Use SetProviderConfigReference.

func (*ZoneV2) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ZoneV2.

func (*ZoneV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ZoneV2.

type ZoneV2List

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

ZoneV2List contains a list of ZoneV2s

func (*ZoneV2List) DeepCopy

func (in *ZoneV2List) DeepCopy() *ZoneV2List

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

func (*ZoneV2List) DeepCopyInto

func (in *ZoneV2List) DeepCopyInto(out *ZoneV2List)

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

func (*ZoneV2List) DeepCopyObject

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

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

func (*ZoneV2List) GetItems

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

GetItems of this ZoneV2List.

type ZoneV2Observation

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

func (*ZoneV2Observation) DeepCopy

func (in *ZoneV2Observation) DeepCopy() *ZoneV2Observation

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

func (*ZoneV2Observation) DeepCopyInto

func (in *ZoneV2Observation) DeepCopyInto(out *ZoneV2Observation)

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

type ZoneV2Parameters

type ZoneV2Parameters struct {

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

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

	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// +kubebuilder:validation:Optional
	Email *string `json:"email,omitempty" tf:"email,omitempty"`

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

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

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

	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

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

	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`
}

func (*ZoneV2Parameters) DeepCopy

func (in *ZoneV2Parameters) DeepCopy() *ZoneV2Parameters

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

func (*ZoneV2Parameters) DeepCopyInto

func (in *ZoneV2Parameters) DeepCopyInto(out *ZoneV2Parameters)

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

type ZoneV2Spec

type ZoneV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ZoneV2Parameters `json:"forProvider"`
}

ZoneV2Spec defines the desired state of ZoneV2

func (*ZoneV2Spec) DeepCopy

func (in *ZoneV2Spec) DeepCopy() *ZoneV2Spec

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

func (*ZoneV2Spec) DeepCopyInto

func (in *ZoneV2Spec) DeepCopyInto(out *ZoneV2Spec)

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

type ZoneV2Status

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

ZoneV2Status defines the observed state of ZoneV2.

func (*ZoneV2Status) DeepCopy

func (in *ZoneV2Status) DeepCopy() *ZoneV2Status

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

func (*ZoneV2Status) DeepCopyInto

func (in *ZoneV2Status) DeepCopyInto(out *ZoneV2Status)

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