v1beta1

package
v0.4.2 Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=dns.flexibleengine.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "dns.flexibleengine.upbound.io"
	CRDVersion = "v1beta1"
)

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 (
	Ptrrecord_Kind             = "Ptrrecord"
	Ptrrecord_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Ptrrecord_Kind}.String()
	Ptrrecord_KindAPIVersion   = Ptrrecord_Kind + "." + CRDGroupVersion.String()
	Ptrrecord_GroupVersionKind = CRDGroupVersion.WithKind(Ptrrecord_Kind)
)

Repository type metadata.

View Source
var (
	Recordset_Kind             = "Recordset"
	Recordset_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Recordset_Kind}.String()
	Recordset_KindAPIVersion   = Recordset_Kind + "." + CRDGroupVersion.String()
	Recordset_GroupVersionKind = CRDGroupVersion.WithKind(Recordset_Kind)
)

Repository type metadata.

View Source
var (
	Zone_Kind             = "Zone"
	Zone_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Zone_Kind}.String()
	Zone_KindAPIVersion   = Zone_Kind + "." + CRDGroupVersion.String()
	Zone_GroupVersionKind = CRDGroupVersion.WithKind(Zone_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type Ptrrecord

type Ptrrecord struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PtrrecordSpec   `json:"spec"`
	Status            PtrrecordStatus `json:"status,omitempty"`
}

Ptrrecord is the Schema for the Ptrrecords API. ""page_title: "flexibleengine_dns_ptrrecord_v2" +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,flexibleengine}

func (*Ptrrecord) DeepCopy

func (in *Ptrrecord) DeepCopy() *Ptrrecord

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

func (*Ptrrecord) DeepCopyInto

func (in *Ptrrecord) DeepCopyInto(out *Ptrrecord)

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

func (*Ptrrecord) DeepCopyObject

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

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

func (*Ptrrecord) GetCondition

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

GetCondition of this Ptrrecord.

func (*Ptrrecord) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Ptrrecord

func (*Ptrrecord) GetDeletionPolicy

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

GetDeletionPolicy of this Ptrrecord.

func (*Ptrrecord) GetID

func (tr *Ptrrecord) GetID() string

GetID returns ID of underlying Terraform resource of this Ptrrecord

func (*Ptrrecord) GetObservation

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

GetObservation of this Ptrrecord

func (*Ptrrecord) GetParameters

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

GetParameters of this Ptrrecord

func (*Ptrrecord) GetProviderConfigReference

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

GetProviderConfigReference of this Ptrrecord.

func (*Ptrrecord) GetProviderReference

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

GetProviderReference of this Ptrrecord. Deprecated: Use GetProviderConfigReference.

func (*Ptrrecord) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Ptrrecord.

func (*Ptrrecord) GetTerraformResourceType

func (mg *Ptrrecord) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Ptrrecord

func (*Ptrrecord) GetTerraformSchemaVersion

func (tr *Ptrrecord) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Ptrrecord) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Ptrrecord.

func (*Ptrrecord) LateInitialize

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

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

func (*Ptrrecord) ResolveReferences

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

ResolveReferences of this Ptrrecord.

func (*Ptrrecord) SetConditions

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

SetConditions of this Ptrrecord.

func (*Ptrrecord) SetDeletionPolicy

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

SetDeletionPolicy of this Ptrrecord.

func (*Ptrrecord) SetObservation

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

SetObservation for this Ptrrecord

func (*Ptrrecord) SetParameters

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

SetParameters for this Ptrrecord

func (*Ptrrecord) SetProviderConfigReference

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

SetProviderConfigReference of this Ptrrecord.

func (*Ptrrecord) SetProviderReference

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

SetProviderReference of this Ptrrecord. Deprecated: Use SetProviderConfigReference.

func (*Ptrrecord) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Ptrrecord.

func (*Ptrrecord) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Ptrrecord.

type PtrrecordList

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

PtrrecordList contains a list of Ptrrecords

func (*PtrrecordList) DeepCopy

func (in *PtrrecordList) DeepCopy() *PtrrecordList

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

func (*PtrrecordList) DeepCopyInto

func (in *PtrrecordList) DeepCopyInto(out *PtrrecordList)

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

func (*PtrrecordList) DeepCopyObject

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

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

func (*PtrrecordList) GetItems

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

GetItems of this PtrrecordList.

type PtrrecordObservation

type PtrrecordObservation struct {

	// The address of the FloatingIP/EIP.
	Address *string `json:"address,omitempty" tf:"address,omitempty"`

	// The PTR record ID, which is in {region}:{floatingip_id} format.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*PtrrecordObservation) DeepCopy

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

func (*PtrrecordObservation) DeepCopyInto

func (in *PtrrecordObservation) DeepCopyInto(out *PtrrecordObservation)

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

type PtrrecordParameters

type PtrrecordParameters struct {

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

	// The ID of the FloatingIP/EIP.
	// Changing this creates a new PTR record.
	// +crossplane:generate:reference:type=github.com/FlexibleEngineCloud/provider-flexibleengine/apis/eip/v1beta1.EIP
	// +kubebuilder:validation:Optional
	FloatingipID *string `json:"floatingipId,omitempty" tf:"floatingip_id,omitempty"`

	// Reference to a EIP in eip to populate floatingipId.
	// +kubebuilder:validation:Optional
	FloatingipIDRef *v1.Reference `json:"floatingipIdRef,omitempty" tf:"-"`

	// Selector for a EIP in eip to populate floatingipId.
	// +kubebuilder:validation:Optional
	FloatingipIDSelector *v1.Selector `json:"floatingipIdSelector,omitempty" tf:"-"`

	// Domain name of the PTR record. A domain name is case insensitive.
	// Uppercase letters will also be converted into lowercase letters.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

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

	// The time to live (TTL) of the record set (in seconds). The value
	// range is 300–2147483647. The default value is 300.
	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// Tags key/value pairs to associate with the PTR record.
	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*PtrrecordParameters) DeepCopy

func (in *PtrrecordParameters) DeepCopy() *PtrrecordParameters

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

func (*PtrrecordParameters) DeepCopyInto

func (in *PtrrecordParameters) DeepCopyInto(out *PtrrecordParameters)

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

type PtrrecordSpec

type PtrrecordSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PtrrecordParameters `json:"forProvider"`
}

PtrrecordSpec defines the desired state of Ptrrecord

func (*PtrrecordSpec) DeepCopy

func (in *PtrrecordSpec) DeepCopy() *PtrrecordSpec

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

func (*PtrrecordSpec) DeepCopyInto

func (in *PtrrecordSpec) DeepCopyInto(out *PtrrecordSpec)

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

type PtrrecordStatus

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

PtrrecordStatus defines the observed state of Ptrrecord.

func (*PtrrecordStatus) DeepCopy

func (in *PtrrecordStatus) DeepCopy() *PtrrecordStatus

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

func (*PtrrecordStatus) DeepCopyInto

func (in *PtrrecordStatus) DeepCopyInto(out *PtrrecordStatus)

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

type Recordset

type Recordset struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RecordsetSpec   `json:"spec"`
	Status            RecordsetStatus `json:"status,omitempty"`
}

Recordset is the Schema for the Recordsets API. ""page_title: "flexibleengine_dns_recordset_v2" +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,flexibleengine}

func (*Recordset) DeepCopy

func (in *Recordset) DeepCopy() *Recordset

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

func (*Recordset) DeepCopyInto

func (in *Recordset) DeepCopyInto(out *Recordset)

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

func (*Recordset) DeepCopyObject

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

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

func (*Recordset) GetCondition

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

GetCondition of this Recordset.

func (*Recordset) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Recordset

func (*Recordset) GetDeletionPolicy

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

GetDeletionPolicy of this Recordset.

func (*Recordset) GetID

func (tr *Recordset) GetID() string

GetID returns ID of underlying Terraform resource of this Recordset

func (*Recordset) GetObservation

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

GetObservation of this Recordset

func (*Recordset) GetParameters

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

GetParameters of this Recordset

func (*Recordset) GetProviderConfigReference

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

GetProviderConfigReference of this Recordset.

func (*Recordset) GetProviderReference

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

GetProviderReference of this Recordset. Deprecated: Use GetProviderConfigReference.

func (*Recordset) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Recordset.

func (*Recordset) GetTerraformResourceType

func (mg *Recordset) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Recordset

func (*Recordset) GetTerraformSchemaVersion

func (tr *Recordset) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Recordset) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Recordset.

func (*Recordset) LateInitialize

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

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

func (*Recordset) ResolveReferences

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

ResolveReferences of this Recordset.

func (*Recordset) SetConditions

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

SetConditions of this Recordset.

func (*Recordset) SetDeletionPolicy

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

SetDeletionPolicy of this Recordset.

func (*Recordset) SetObservation

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

SetObservation for this Recordset

func (*Recordset) SetParameters

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

SetParameters for this Recordset

func (*Recordset) SetProviderConfigReference

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

SetProviderConfigReference of this Recordset.

func (*Recordset) SetProviderReference

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

SetProviderReference of this Recordset. Deprecated: Use SetProviderConfigReference.

func (*Recordset) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Recordset.

func (*Recordset) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Recordset.

type RecordsetList

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

RecordsetList contains a list of Recordsets

func (*RecordsetList) DeepCopy

func (in *RecordsetList) DeepCopy() *RecordsetList

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

func (*RecordsetList) DeepCopyInto

func (in *RecordsetList) DeepCopyInto(out *RecordsetList)

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

func (*RecordsetList) DeepCopyObject

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

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

func (*RecordsetList) GetItems

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

GetItems of this RecordsetList.

type RecordsetObservation

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

func (*RecordsetObservation) DeepCopy

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

func (*RecordsetObservation) DeepCopyInto

func (in *RecordsetObservation) DeepCopyInto(out *RecordsetObservation)

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

type RecordsetParameters

type RecordsetParameters struct {

	// A description of the record set. Max length is 255 characters.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,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:Required
	Name *string `json:"name" tf:"name,omitempty"`

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

	// The region in which to create the DNS record set.
	// 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 (in seconds). The value
	// range is 300–2147483647. The default value is 300.
	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The key/value pairs to associate with the record set.
	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`

	// The type of record set. The options include A, AAAA, MX,
	// CNAME, TXT, NS, SRV, CAA, and PTR.
	// Changing this creates a new DNS record set.
	// +kubebuilder:validation:Required
	Type *string `json:"type" tf:"type,omitempty"`

	// Map of additional options.
	// Changing this creates a new DNS 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=Zone
	// +kubebuilder:validation:Optional
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`

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

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

func (*RecordsetParameters) DeepCopy

func (in *RecordsetParameters) DeepCopy() *RecordsetParameters

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

func (*RecordsetParameters) DeepCopyInto

func (in *RecordsetParameters) DeepCopyInto(out *RecordsetParameters)

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

type RecordsetSpec

type RecordsetSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RecordsetParameters `json:"forProvider"`
}

RecordsetSpec defines the desired state of Recordset

func (*RecordsetSpec) DeepCopy

func (in *RecordsetSpec) DeepCopy() *RecordsetSpec

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

func (*RecordsetSpec) DeepCopyInto

func (in *RecordsetSpec) DeepCopyInto(out *RecordsetSpec)

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

type RecordsetStatus

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

RecordsetStatus defines the observed state of Recordset.

func (*RecordsetStatus) DeepCopy

func (in *RecordsetStatus) DeepCopy() *RecordsetStatus

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

func (*RecordsetStatus) DeepCopyInto

func (in *RecordsetStatus) DeepCopyInto(out *RecordsetStatus)

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

type RouterObservation

type RouterObservation struct {
}

func (*RouterObservation) DeepCopy

func (in *RouterObservation) DeepCopy() *RouterObservation

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

func (*RouterObservation) DeepCopyInto

func (in *RouterObservation) DeepCopyInto(out *RouterObservation)

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

type RouterParameters

type RouterParameters struct {

	// The VPC UUID.
	// +crossplane:generate:reference:type=github.com/FlexibleEngineCloud/provider-flexibleengine/apis/vpc/v1beta1.VPC
	// +kubebuilder:validation:Optional
	RouterID *string `json:"routerId,omitempty" tf:"router_id,omitempty"`

	// Reference to a VPC in vpc to populate routerId.
	// +kubebuilder:validation:Optional
	RouterIDRef *v1.Reference `json:"routerIdRef,omitempty" tf:"-"`

	// Selector for a VPC in vpc to populate routerId.
	// +kubebuilder:validation:Optional
	RouterIDSelector *v1.Selector `json:"routerIdSelector,omitempty" tf:"-"`

	// The region of the VPC. Defaults to the region.
	// +kubebuilder:validation:Optional
	RouterRegion *string `json:"routerRegion,omitempty" tf:"router_region,omitempty"`
}

func (*RouterParameters) DeepCopy

func (in *RouterParameters) DeepCopy() *RouterParameters

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

func (*RouterParameters) DeepCopyInto

func (in *RouterParameters) DeepCopyInto(out *RouterParameters)

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

type Zone

type Zone struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ZoneSpec   `json:"spec"`
	Status            ZoneStatus `json:"status,omitempty"`
}

Zone is the Schema for the Zones API. ""page_title: "flexibleengine_dns_zone_v2" +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,flexibleengine}

func (*Zone) DeepCopy

func (in *Zone) DeepCopy() *Zone

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

func (*Zone) DeepCopyInto

func (in *Zone) DeepCopyInto(out *Zone)

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

func (*Zone) DeepCopyObject

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

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

func (*Zone) GetCondition

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

GetCondition of this Zone.

func (*Zone) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Zone

func (*Zone) GetDeletionPolicy

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

GetDeletionPolicy of this Zone.

func (*Zone) GetID

func (tr *Zone) GetID() string

GetID returns ID of underlying Terraform resource of this Zone

func (*Zone) GetObservation

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

GetObservation of this Zone

func (*Zone) GetParameters

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

GetParameters of this Zone

func (*Zone) GetProviderConfigReference

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

GetProviderConfigReference of this Zone.

func (*Zone) GetProviderReference

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

GetProviderReference of this Zone. Deprecated: Use GetProviderConfigReference.

func (*Zone) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Zone.

func (*Zone) GetTerraformResourceType

func (mg *Zone) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Zone

func (*Zone) GetTerraformSchemaVersion

func (tr *Zone) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Zone) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Zone.

func (*Zone) LateInitialize

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

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

func (*Zone) ResolveReferences

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

ResolveReferences of this Zone.

func (*Zone) SetConditions

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

SetConditions of this Zone.

func (*Zone) SetDeletionPolicy

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

SetDeletionPolicy of this Zone.

func (*Zone) SetObservation

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

SetObservation for this Zone

func (*Zone) SetParameters

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

SetParameters for this Zone

func (*Zone) SetProviderConfigReference

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

SetProviderConfigReference of this Zone.

func (*Zone) SetProviderReference

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

SetProviderReference of this Zone. Deprecated: Use SetProviderConfigReference.

func (*Zone) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Zone.

func (*Zone) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Zone.

type ZoneList

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

ZoneList contains a list of Zones

func (*ZoneList) DeepCopy

func (in *ZoneList) DeepCopy() *ZoneList

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

func (*ZoneList) DeepCopyInto

func (in *ZoneList) DeepCopyInto(out *ZoneList)

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

func (*ZoneList) DeepCopyObject

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

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

func (*ZoneList) GetItems

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

GetItems of this ZoneList.

type ZoneObservation

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

	// An array of master DNS servers.
	Masters []*string `json:"masters,omitempty" tf:"masters,omitempty"`
}

func (*ZoneObservation) DeepCopy

func (in *ZoneObservation) DeepCopy() *ZoneObservation

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

func (*ZoneObservation) DeepCopyInto

func (in *ZoneObservation) DeepCopyInto(out *ZoneObservation)

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

type ZoneParameters

type ZoneParameters struct {

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

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

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

	// The region in which to create the DNS zone.
	// 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"`

	// Router configuration block which is required if zone_type is private.
	// The router structure is documented below.
	// +kubebuilder:validation:Optional
	Router []RouterParameters `json:"router,omitempty" tf:"router,omitempty"`

	// The time to live (TTL) of the zone. TTL ranges from 1 to 2147483647 seconds.
	// Default is  300.
	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The key/value pairs to associate with the zone.
	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`

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

	// The type of zone. Can either be public or private.
	// Default is public. Changing this creates a new DNS zone.
	// +kubebuilder:validation:Optional
	ZoneType *string `json:"zoneType,omitempty" tf:"zone_type,omitempty"`
}

func (*ZoneParameters) DeepCopy

func (in *ZoneParameters) DeepCopy() *ZoneParameters

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

func (*ZoneParameters) DeepCopyInto

func (in *ZoneParameters) DeepCopyInto(out *ZoneParameters)

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

type ZoneSpec

type ZoneSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ZoneParameters `json:"forProvider"`
}

ZoneSpec defines the desired state of Zone

func (*ZoneSpec) DeepCopy

func (in *ZoneSpec) DeepCopy() *ZoneSpec

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

func (*ZoneSpec) DeepCopyInto

func (in *ZoneSpec) DeepCopyInto(out *ZoneSpec)

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

type ZoneStatus

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

ZoneStatus defines the observed state of Zone.

func (*ZoneStatus) DeepCopy

func (in *ZoneStatus) DeepCopy() *ZoneStatus

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

func (*ZoneStatus) DeepCopyInto

func (in *ZoneStatus) DeepCopyInto(out *ZoneStatus)

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