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: 13 Imported by: 0

Documentation

Overview

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

Index

Constants

View Source
const (
	CRDGroup   = "dns.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 (
	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"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.records) || (has(self.initProvider) && has(self.initProvider.records))",message="spec.forProvider.records is a required parameter"
	Spec   RecordsetV2Spec   `json:"spec"`
	Status RecordsetV2Status `json:"status,omitempty"`
}

RecordsetV2 is the Schema for the RecordsetV2s API. Manages a DNS record set in the OpenStack DNS Service +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 (*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) GetInitParameters added in v0.3.0

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

GetInitParameters of this RecordsetV2

func (*RecordsetV2) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this RecordsetV2.

func (*RecordsetV2) GetMergedParameters added in v0.3.0

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

GetInitParameters of this RecordsetV2

func (*RecordsetV2) GetObservation

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

GetObservation of this RecordsetV2

func (*RecordsetV2) GetParameters

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

GetParameters of this RecordsetV2

func (*RecordsetV2) GetProviderConfigReference

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

GetProviderConfigReference of this RecordsetV2.

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

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

ResolveReferences of this RecordsetV2.

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

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

SetManagementPolicies of this RecordsetV2.

func (*RecordsetV2) SetObservation

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

SetObservation for this RecordsetV2

func (*RecordsetV2) SetParameters

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

SetParameters for this RecordsetV2

func (*RecordsetV2) SetProviderConfigReference

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

SetProviderConfigReference of this RecordsetV2.

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

type RecordsetV2InitParameters struct {

	// A description of the  record set.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Disable wait for recordset to reach ACTIVE
	// status. This argumen is disabled by default. If it is set to true, the recordset
	// will be considered as created/updated/deleted if OpenStack request returned success.
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// The name of the record set. Note the . at the end of the name.
	// Changing this creates a new DNS  record set.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project DNS zone is created
	// for, sets X-Auth-Sudo-Tenant-ID header (requires an assigned
	// user role in target project)
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// An array of DNS records.
	Records []*string `json:"records,omitempty" tf:"records,omitempty"`

	// The region in which to obtain the V2 DNS client.
	// If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS  record set.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The time to live (TTL) of the record set.
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The type of record set. Examples: "A", "MX".
	// Changing this creates a new DNS  record set.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Map of additional options. Changing this creates a
	// new record set.
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`
}

func (*RecordsetV2InitParameters) DeepCopy added in v0.3.0

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

func (*RecordsetV2InitParameters) DeepCopyInto added in v0.3.0

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

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 {

	// A description of the  record set.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Disable wait for recordset to reach ACTIVE
	// status. This argumen is disabled by default. If it is set to true, the recordset
	// will be considered as created/updated/deleted if OpenStack request returned success.
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

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

	// The name of the record set. Note the . at the end of the name.
	// Changing this creates a new DNS  record set.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project DNS zone is created
	// for, sets X-Auth-Sudo-Tenant-ID header (requires an assigned
	// user role in target project)
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// An array of DNS records.
	Records []*string `json:"records,omitempty" tf:"records,omitempty"`

	// The region in which to obtain the V2 DNS client.
	// If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS  record set.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The time to live (TTL) of the record set.
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The type of record set. Examples: "A", "MX".
	// Changing this creates a new DNS  record set.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Map of additional options. Changing this creates a
	// new record set.
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone in which to create the record set.
	// Changing this creates a new DNS  record set.
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_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 {

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

	// Disable wait for recordset to reach ACTIVE
	// status. This argumen is disabled by default. If it is set to true, the recordset
	// will be considered as created/updated/deleted if OpenStack request returned success.
	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// The name of the record set. Note the . at the end of the name.
	// Changing this creates a new DNS  record set.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project DNS zone is created
	// for, sets X-Auth-Sudo-Tenant-ID header (requires an assigned
	// user role in target project)
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// An array of DNS records.
	// +kubebuilder:validation:Optional
	Records []*string `json:"records,omitempty" tf:"records,omitempty"`

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

	// The time to live (TTL) of the record set.
	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The type of record set. Examples: "A", "MX".
	// Changing this creates a new DNS  record set.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Map of additional options. Changing this creates a
	// new record set.
	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone in which to create the record set.
	// Changing this creates a new DNS  record set.
	// +crossplane:generate:reference:type=ZoneV2
	// +kubebuilder:validation:Optional
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`

	// Reference to a ZoneV2 to populate zoneId.
	// +kubebuilder:validation:Optional
	ZoneIDRef *v1.Reference `json:"zoneIdRef,omitempty" tf:"-"`

	// Selector for a ZoneV2 to populate zoneId.
	// +kubebuilder:validation:Optional
	ZoneIDSelector *v1.Selector `json:"zoneIdSelector,omitempty" tf:"-"`
}

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"`
	// 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 RecordsetV2InitParameters `json:"initProvider,omitempty"`
}

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

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

TransferAcceptV2 is the Schema for the TransferAcceptV2s API. Manages a DNS zone Transfer accept in the OpenStack DNS Service +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 (*TransferAcceptV2) DeepCopy added in v0.3.0

func (in *TransferAcceptV2) DeepCopy() *TransferAcceptV2

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

func (*TransferAcceptV2) DeepCopyInto added in v0.3.0

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

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

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

func (*TransferAcceptV2) GetCondition added in v0.3.0

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

GetCondition of this TransferAcceptV2.

func (*TransferAcceptV2) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this TransferAcceptV2

func (*TransferAcceptV2) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this TransferAcceptV2.

func (*TransferAcceptV2) GetID added in v0.3.0

func (tr *TransferAcceptV2) GetID() string

GetID returns ID of underlying Terraform resource of this TransferAcceptV2

func (*TransferAcceptV2) GetInitParameters added in v0.3.0

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

GetInitParameters of this TransferAcceptV2

func (*TransferAcceptV2) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this TransferAcceptV2.

func (*TransferAcceptV2) GetMergedParameters added in v0.3.0

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

GetInitParameters of this TransferAcceptV2

func (*TransferAcceptV2) GetObservation added in v0.3.0

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

GetObservation of this TransferAcceptV2

func (*TransferAcceptV2) GetParameters added in v0.3.0

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

GetParameters of this TransferAcceptV2

func (*TransferAcceptV2) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this TransferAcceptV2.

func (*TransferAcceptV2) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this TransferAcceptV2.

func (*TransferAcceptV2) GetTerraformResourceType added in v0.3.0

func (mg *TransferAcceptV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this TransferAcceptV2

func (*TransferAcceptV2) GetTerraformSchemaVersion added in v0.3.0

func (tr *TransferAcceptV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*TransferAcceptV2) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this TransferAcceptV2.

func (*TransferAcceptV2) LateInitialize added in v0.3.0

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

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

SetConditions of this TransferAcceptV2.

func (*TransferAcceptV2) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this TransferAcceptV2.

func (*TransferAcceptV2) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this TransferAcceptV2.

func (*TransferAcceptV2) SetObservation added in v0.3.0

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

SetObservation for this TransferAcceptV2

func (*TransferAcceptV2) SetParameters added in v0.3.0

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

SetParameters for this TransferAcceptV2

func (*TransferAcceptV2) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this TransferAcceptV2.

func (*TransferAcceptV2) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this TransferAcceptV2.

func (*TransferAcceptV2) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this TransferAcceptV2.

type TransferAcceptV2InitParameters added in v0.3.0

type TransferAcceptV2InitParameters struct {

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack accept returned success.
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// The transfer key.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Map of additional options. Changing this creates a
	// new transfer accept.
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone transfer request.
	ZoneTransferRequestID *string `json:"zoneTransferRequestId,omitempty" tf:"zone_transfer_request_id,omitempty"`
}

func (*TransferAcceptV2InitParameters) DeepCopy added in v0.3.0

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

func (*TransferAcceptV2InitParameters) DeepCopyInto added in v0.3.0

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

type TransferAcceptV2List added in v0.3.0

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

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

func (*TransferAcceptV2List) DeepCopyInto added in v0.3.0

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

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

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

func (*TransferAcceptV2List) GetItems added in v0.3.0

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

GetItems of this TransferAcceptV2List.

type TransferAcceptV2Observation added in v0.3.0

type TransferAcceptV2Observation struct {

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack accept returned success.
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

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

	// The transfer key.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Map of additional options. Changing this creates a
	// new transfer accept.
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone transfer request.
	ZoneTransferRequestID *string `json:"zoneTransferRequestId,omitempty" tf:"zone_transfer_request_id,omitempty"`
}

func (*TransferAcceptV2Observation) DeepCopy added in v0.3.0

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

func (*TransferAcceptV2Observation) DeepCopyInto added in v0.3.0

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

type TransferAcceptV2Parameters added in v0.3.0

type TransferAcceptV2Parameters struct {

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack accept returned success.
	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

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

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Map of additional options. Changing this creates a
	// new transfer accept.
	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone transfer request.
	// +kubebuilder:validation:Optional
	ZoneTransferRequestID *string `json:"zoneTransferRequestId,omitempty" tf:"zone_transfer_request_id,omitempty"`
}

func (*TransferAcceptV2Parameters) DeepCopy added in v0.3.0

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

func (*TransferAcceptV2Parameters) DeepCopyInto added in v0.3.0

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

type TransferAcceptV2Spec added in v0.3.0

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

TransferAcceptV2Spec defines the desired state of TransferAcceptV2

func (*TransferAcceptV2Spec) DeepCopy added in v0.3.0

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

func (*TransferAcceptV2Spec) DeepCopyInto added in v0.3.0

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

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

TransferAcceptV2Status defines the observed state of TransferAcceptV2.

func (*TransferAcceptV2Status) DeepCopy added in v0.3.0

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

func (*TransferAcceptV2Status) DeepCopyInto added in v0.3.0

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

type TransferRequestV2 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.zoneId) || (has(self.initProvider) && has(self.initProvider.zoneId))",message="spec.forProvider.zoneId is a required parameter"
	Spec   TransferRequestV2Spec   `json:"spec"`
	Status TransferRequestV2Status `json:"status,omitempty"`
}

TransferRequestV2 is the Schema for the TransferRequestV2s API. Manages a DNS zone Transfer request in the OpenStack DNS Service +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 (*TransferRequestV2) DeepCopy added in v0.3.0

func (in *TransferRequestV2) DeepCopy() *TransferRequestV2

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

func (*TransferRequestV2) DeepCopyInto added in v0.3.0

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

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

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

func (*TransferRequestV2) GetCondition added in v0.3.0

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

GetCondition of this TransferRequestV2.

func (*TransferRequestV2) GetConnectionDetailsMapping added in v0.3.0

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

GetConnectionDetailsMapping for this TransferRequestV2

func (*TransferRequestV2) GetDeletionPolicy added in v0.3.0

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

GetDeletionPolicy of this TransferRequestV2.

func (*TransferRequestV2) GetID added in v0.3.0

func (tr *TransferRequestV2) GetID() string

GetID returns ID of underlying Terraform resource of this TransferRequestV2

func (*TransferRequestV2) GetInitParameters added in v0.3.0

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

GetInitParameters of this TransferRequestV2

func (*TransferRequestV2) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this TransferRequestV2.

func (*TransferRequestV2) GetMergedParameters added in v0.3.0

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

GetInitParameters of this TransferRequestV2

func (*TransferRequestV2) GetObservation added in v0.3.0

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

GetObservation of this TransferRequestV2

func (*TransferRequestV2) GetParameters added in v0.3.0

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

GetParameters of this TransferRequestV2

func (*TransferRequestV2) GetProviderConfigReference added in v0.3.0

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

GetProviderConfigReference of this TransferRequestV2.

func (*TransferRequestV2) GetPublishConnectionDetailsTo added in v0.3.0

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

GetPublishConnectionDetailsTo of this TransferRequestV2.

func (*TransferRequestV2) GetTerraformResourceType added in v0.3.0

func (mg *TransferRequestV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this TransferRequestV2

func (*TransferRequestV2) GetTerraformSchemaVersion added in v0.3.0

func (tr *TransferRequestV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*TransferRequestV2) GetWriteConnectionSecretToReference added in v0.3.0

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

GetWriteConnectionSecretToReference of this TransferRequestV2.

func (*TransferRequestV2) LateInitialize added in v0.3.0

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

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

SetConditions of this TransferRequestV2.

func (*TransferRequestV2) SetDeletionPolicy added in v0.3.0

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

SetDeletionPolicy of this TransferRequestV2.

func (*TransferRequestV2) SetManagementPolicies added in v0.3.0

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

SetManagementPolicies of this TransferRequestV2.

func (*TransferRequestV2) SetObservation added in v0.3.0

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

SetObservation for this TransferRequestV2

func (*TransferRequestV2) SetParameters added in v0.3.0

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

SetParameters for this TransferRequestV2

func (*TransferRequestV2) SetProviderConfigReference added in v0.3.0

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

SetProviderConfigReference of this TransferRequestV2.

func (*TransferRequestV2) SetPublishConnectionDetailsTo added in v0.3.0

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

SetPublishConnectionDetailsTo of this TransferRequestV2.

func (*TransferRequestV2) SetWriteConnectionSecretToReference added in v0.3.0

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

SetWriteConnectionSecretToReference of this TransferRequestV2.

type TransferRequestV2InitParameters added in v0.3.0

type TransferRequestV2InitParameters struct {

	// A description of the zone tranfer request.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack request returned success.
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The target Project ID to transfer to.
	TargetProjectID *string `json:"targetProjectId,omitempty" tf:"target_project_id,omitempty"`

	// Map of additional options. Changing this creates a
	// new transfer request.
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone for which to create the transfer
	// request.
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`
}

func (*TransferRequestV2InitParameters) DeepCopy added in v0.3.0

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

func (*TransferRequestV2InitParameters) DeepCopyInto added in v0.3.0

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

type TransferRequestV2List added in v0.3.0

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

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

func (*TransferRequestV2List) DeepCopyInto added in v0.3.0

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

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

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

func (*TransferRequestV2List) GetItems added in v0.3.0

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

GetItems of this TransferRequestV2List.

type TransferRequestV2Observation added in v0.3.0

type TransferRequestV2Observation struct {

	// A description of the zone tranfer request.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack request returned success.
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

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

	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The target Project ID to transfer to.
	TargetProjectID *string `json:"targetProjectId,omitempty" tf:"target_project_id,omitempty"`

	// Map of additional options. Changing this creates a
	// new transfer request.
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone for which to create the transfer
	// request.
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`
}

func (*TransferRequestV2Observation) DeepCopy added in v0.3.0

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

func (*TransferRequestV2Observation) DeepCopyInto added in v0.3.0

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

type TransferRequestV2Parameters added in v0.3.0

type TransferRequestV2Parameters struct {

	// A description of the zone tranfer request.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack request returned success.
	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

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

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The target Project ID to transfer to.
	// +kubebuilder:validation:Optional
	TargetProjectID *string `json:"targetProjectId,omitempty" tf:"target_project_id,omitempty"`

	// Map of additional options. Changing this creates a
	// new transfer request.
	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone for which to create the transfer
	// request.
	// +kubebuilder:validation:Optional
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`
}

func (*TransferRequestV2Parameters) DeepCopy added in v0.3.0

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

func (*TransferRequestV2Parameters) DeepCopyInto added in v0.3.0

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

type TransferRequestV2Spec added in v0.3.0

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

TransferRequestV2Spec defines the desired state of TransferRequestV2

func (*TransferRequestV2Spec) DeepCopy added in v0.3.0

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

func (*TransferRequestV2Spec) DeepCopyInto added in v0.3.0

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

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

TransferRequestV2Status defines the observed state of TransferRequestV2.

func (*TransferRequestV2Status) DeepCopy added in v0.3.0

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

func (*TransferRequestV2Status) DeepCopyInto added in v0.3.0

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

ZoneV2 is the Schema for the ZoneV2s API. Manages a DNS zone in the OpenStack DNS Service +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 (*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) GetInitParameters added in v0.3.0

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

GetInitParameters of this ZoneV2

func (*ZoneV2) GetManagementPolicies added in v0.3.0

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

GetManagementPolicies of this ZoneV2.

func (*ZoneV2) GetMergedParameters added in v0.3.0

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

GetInitParameters of this ZoneV2

func (*ZoneV2) GetObservation

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

GetObservation of this ZoneV2

func (*ZoneV2) GetParameters

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

GetParameters of this ZoneV2

func (*ZoneV2) GetProviderConfigReference

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

GetProviderConfigReference of this ZoneV2.

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

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

SetManagementPolicies of this ZoneV2.

func (*ZoneV2) SetObservation

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

SetObservation for this ZoneV2

func (*ZoneV2) SetParameters

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

SetParameters for this ZoneV2

func (*ZoneV2) SetProviderConfigReference

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

SetProviderConfigReference of this ZoneV2.

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

type ZoneV2InitParameters struct {

	// Attributes for the DNS Service scheduler.
	// Changing this creates a new zone.
	Attributes map[string]*string `json:"attributes,omitempty" tf:"attributes,omitempty"`

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

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack request returned success.
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// The email contact for the zone record.
	Email *string `json:"email,omitempty" tf:"email,omitempty"`

	// An array of master DNS servers. For when type is
	// SECONDARY.
	Masters []*string `json:"masters,omitempty" tf:"masters,omitempty"`

	// The name of the zone. Note the . at the end of the name.
	// Changing this creates a new DNS zone.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project DNS zone is created
	// for, sets X-Auth-Sudo-Tenant-ID header (requires an assigned
	// user role in target project)
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The time to live (TTL) of the zone.
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The type of zone. Can either be PRIMARY or SECONDARY.
	// Changing this creates a new zone.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Map of additional options. Changing this creates a
	// new zone.
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`
}

func (*ZoneV2InitParameters) DeepCopy added in v0.3.0

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

func (*ZoneV2InitParameters) DeepCopyInto added in v0.3.0

func (in *ZoneV2InitParameters) DeepCopyInto(out *ZoneV2InitParameters)

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

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 {

	// Attributes for the DNS Service scheduler.
	// Changing this creates a new zone.
	Attributes map[string]*string `json:"attributes,omitempty" tf:"attributes,omitempty"`

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

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack request returned success.
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// The email contact for the zone record.
	Email *string `json:"email,omitempty" tf:"email,omitempty"`

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

	// An array of master DNS servers. For when type is
	// SECONDARY.
	Masters []*string `json:"masters,omitempty" tf:"masters,omitempty"`

	// The name of the zone. Note the . at the end of the name.
	// Changing this creates a new DNS zone.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project DNS zone is created
	// for, sets X-Auth-Sudo-Tenant-ID header (requires an assigned
	// user role in target project)
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The time to live (TTL) of the zone.
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The type of zone. Can either be PRIMARY or SECONDARY.
	// Changing this creates a new zone.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Map of additional options. Changing this creates a
	// new zone.
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,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 {

	// Attributes for the DNS Service scheduler.
	// Changing this creates a new zone.
	// +kubebuilder:validation:Optional
	Attributes map[string]*string `json:"attributes,omitempty" tf:"attributes,omitempty"`

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

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack request returned success.
	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// The email contact for the zone record.
	// +kubebuilder:validation:Optional
	Email *string `json:"email,omitempty" tf:"email,omitempty"`

	// An array of master DNS servers. For when type is
	// SECONDARY.
	// +kubebuilder:validation:Optional
	Masters []*string `json:"masters,omitempty" tf:"masters,omitempty"`

	// The name of the zone. Note the . at the end of the name.
	// Changing this creates a new DNS zone.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project DNS zone is created
	// for, sets X-Auth-Sudo-Tenant-ID header (requires an assigned
	// user role in target project)
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The time to live (TTL) of the zone.
	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The type of zone. Can either be PRIMARY or SECONDARY.
	// Changing this creates a new zone.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Map of additional options. Changing this creates a
	// new zone.
	// +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"`
	// 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 ZoneV2InitParameters `json:"initProvider,omitempty"`
}

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