v1alpha1

package
v0.0.0-...-10a304b Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

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

Package type metadata.

Variables

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

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

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	PtrrecordV2_Kind             = "PtrrecordV2"
	PtrrecordV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: PtrrecordV2_Kind}.String()
	PtrrecordV2_KindAPIVersion   = PtrrecordV2_Kind + "." + CRDGroupVersion.String()
	PtrrecordV2_GroupVersionKind = CRDGroupVersion.WithKind(PtrrecordV2_Kind)
)

Repository type metadata.

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 (
	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 PtrrecordV2

type PtrrecordV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PtrrecordV2Spec   `json:"spec"`
	Status            PtrrecordV2Status `json:"status,omitempty"`
}

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

func (*PtrrecordV2) DeepCopy

func (in *PtrrecordV2) DeepCopy() *PtrrecordV2

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

func (*PtrrecordV2) DeepCopyInto

func (in *PtrrecordV2) DeepCopyInto(out *PtrrecordV2)

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

func (*PtrrecordV2) DeepCopyObject

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

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

func (*PtrrecordV2) GetCondition

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

GetCondition of this PtrrecordV2.

func (*PtrrecordV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this PtrrecordV2

func (*PtrrecordV2) GetDeletionPolicy

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

GetDeletionPolicy of this PtrrecordV2.

func (*PtrrecordV2) GetID

func (tr *PtrrecordV2) GetID() string

GetID returns ID of underlying Terraform resource of this PtrrecordV2

func (*PtrrecordV2) GetObservation

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

GetObservation of this PtrrecordV2

func (*PtrrecordV2) GetParameters

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

GetParameters of this PtrrecordV2

func (*PtrrecordV2) GetProviderConfigReference

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

GetProviderConfigReference of this PtrrecordV2.

func (*PtrrecordV2) GetProviderReference

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

GetProviderReference of this PtrrecordV2. Deprecated: Use GetProviderConfigReference.

func (*PtrrecordV2) GetTerraformResourceType

func (mg *PtrrecordV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this PtrrecordV2

func (*PtrrecordV2) GetTerraformSchemaVersion

func (tr *PtrrecordV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*PtrrecordV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this PtrrecordV2.

func (*PtrrecordV2) LateInitialize

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

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

func (*PtrrecordV2) SetConditions

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

SetConditions of this PtrrecordV2.

func (*PtrrecordV2) SetDeletionPolicy

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

SetDeletionPolicy of this PtrrecordV2.

func (*PtrrecordV2) SetObservation

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

SetObservation for this PtrrecordV2

func (*PtrrecordV2) SetParameters

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

SetParameters for this PtrrecordV2

func (*PtrrecordV2) SetProviderConfigReference

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

SetProviderConfigReference of this PtrrecordV2.

func (*PtrrecordV2) SetProviderReference

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

SetProviderReference of this PtrrecordV2. Deprecated: Use SetProviderConfigReference.

func (*PtrrecordV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this PtrrecordV2.

type PtrrecordV2List

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

PtrrecordV2List contains a list of PtrrecordV2s

func (*PtrrecordV2List) DeepCopy

func (in *PtrrecordV2List) DeepCopy() *PtrrecordV2List

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

func (*PtrrecordV2List) DeepCopyInto

func (in *PtrrecordV2List) DeepCopyInto(out *PtrrecordV2List)

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

func (*PtrrecordV2List) DeepCopyObject

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

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

func (*PtrrecordV2List) GetItems

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

GetItems of this PtrrecordV2List.

type PtrrecordV2Observation

type PtrrecordV2Observation struct {
	Address *string `json:"address,omitempty" tf:"address,omitempty"`

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

func (*PtrrecordV2Observation) DeepCopy

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

func (*PtrrecordV2Observation) DeepCopyInto

func (in *PtrrecordV2Observation) DeepCopyInto(out *PtrrecordV2Observation)

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

type PtrrecordV2Parameters

type PtrrecordV2Parameters struct {

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

	// +kubebuilder:validation:Required
	FloatingipID *string `json:"floatingipId" tf:"floatingip_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	Tags map[string]string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*PtrrecordV2Parameters) DeepCopy

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

func (*PtrrecordV2Parameters) DeepCopyInto

func (in *PtrrecordV2Parameters) DeepCopyInto(out *PtrrecordV2Parameters)

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

type PtrrecordV2Spec

type PtrrecordV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PtrrecordV2Parameters `json:"forProvider"`
}

PtrrecordV2Spec defines the desired state of PtrrecordV2

func (*PtrrecordV2Spec) DeepCopy

func (in *PtrrecordV2Spec) DeepCopy() *PtrrecordV2Spec

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

func (*PtrrecordV2Spec) DeepCopyInto

func (in *PtrrecordV2Spec) DeepCopyInto(out *PtrrecordV2Spec)

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

type PtrrecordV2Status

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

PtrrecordV2Status defines the observed state of PtrrecordV2.

func (*PtrrecordV2Status) DeepCopy

func (in *PtrrecordV2Status) DeepCopy() *PtrrecordV2Status

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

func (*PtrrecordV2Status) DeepCopyInto

func (in *PtrrecordV2Status) DeepCopyInto(out *PtrrecordV2Status)

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

type RecordsetV2

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

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

func (*RecordsetV2) DeepCopy

func (in *RecordsetV2) DeepCopy() *RecordsetV2

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

func (*RecordsetV2) DeepCopyInto

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

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

func (*RecordsetV2) DeepCopyObject

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

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

func (*RecordsetV2) GetCondition

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

GetCondition of this RecordsetV2.

func (*RecordsetV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this RecordsetV2

func (*RecordsetV2) GetDeletionPolicy

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

GetDeletionPolicy of this RecordsetV2.

func (*RecordsetV2) GetID

func (tr *RecordsetV2) GetID() string

GetID returns ID of underlying Terraform resource of this RecordsetV2

func (*RecordsetV2) GetObservation

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

GetObservation of this RecordsetV2

func (*RecordsetV2) GetParameters

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

GetParameters of this RecordsetV2

func (*RecordsetV2) GetProviderConfigReference

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

GetProviderConfigReference of this RecordsetV2.

func (*RecordsetV2) GetProviderReference

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

GetProviderReference of this RecordsetV2. Deprecated: Use GetProviderConfigReference.

func (*RecordsetV2) GetTerraformResourceType

func (mg *RecordsetV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RecordsetV2

func (*RecordsetV2) GetTerraformSchemaVersion

func (tr *RecordsetV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RecordsetV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this RecordsetV2.

func (*RecordsetV2) LateInitialize

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

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

func (*RecordsetV2) SetConditions

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

SetConditions of this RecordsetV2.

func (*RecordsetV2) SetDeletionPolicy

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

SetDeletionPolicy of this RecordsetV2.

func (*RecordsetV2) SetObservation

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

SetObservation for this RecordsetV2

func (*RecordsetV2) SetParameters

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

SetParameters for this RecordsetV2

func (*RecordsetV2) SetProviderConfigReference

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

SetProviderConfigReference of this RecordsetV2.

func (*RecordsetV2) SetProviderReference

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

SetProviderReference of this RecordsetV2. Deprecated: Use SetProviderConfigReference.

func (*RecordsetV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this RecordsetV2.

type RecordsetV2List

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

RecordsetV2List contains a list of RecordsetV2s

func (*RecordsetV2List) DeepCopy

func (in *RecordsetV2List) DeepCopy() *RecordsetV2List

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

func (*RecordsetV2List) DeepCopyInto

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

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

func (*RecordsetV2List) DeepCopyObject

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

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

func (*RecordsetV2List) GetItems

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

GetItems of this RecordsetV2List.

type RecordsetV2Observation

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

	Shared *bool `json:"shared,omitempty" tf:"shared,omitempty"`
}

func (*RecordsetV2Observation) DeepCopy

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

func (*RecordsetV2Observation) DeepCopyInto

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

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

type RecordsetV2Parameters

type RecordsetV2Parameters struct {

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

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

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

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

	// +kubebuilder:validation:Optional
	Tags map[string]string `json:"tags,omitempty" tf:"tags,omitempty"`

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

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

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

func (*RecordsetV2Parameters) DeepCopy

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

func (*RecordsetV2Parameters) DeepCopyInto

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

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

type RecordsetV2Spec

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

RecordsetV2Spec defines the desired state of RecordsetV2

func (*RecordsetV2Spec) DeepCopy

func (in *RecordsetV2Spec) DeepCopy() *RecordsetV2Spec

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

func (*RecordsetV2Spec) DeepCopyInto

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

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

type RecordsetV2Status

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

RecordsetV2Status defines the observed state of RecordsetV2.

func (*RecordsetV2Status) DeepCopy

func (in *RecordsetV2Status) DeepCopy() *RecordsetV2Status

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

func (*RecordsetV2Status) DeepCopyInto

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

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

type 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 {

	// +kubebuilder:validation:Required
	RouterID *string `json:"routerId" tf:"router_id,omitempty"`

	// +kubebuilder:validation:Required
	RouterRegion *string `json:"routerRegion" 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 ZoneV2

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

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

func (*ZoneV2) DeepCopy

func (in *ZoneV2) DeepCopy() *ZoneV2

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

func (*ZoneV2) DeepCopyInto

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

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

func (*ZoneV2) DeepCopyObject

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

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

func (*ZoneV2) GetCondition

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

GetCondition of this ZoneV2.

func (*ZoneV2) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ZoneV2

func (*ZoneV2) GetDeletionPolicy

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

GetDeletionPolicy of this ZoneV2.

func (*ZoneV2) GetID

func (tr *ZoneV2) GetID() string

GetID returns ID of underlying Terraform resource of this ZoneV2

func (*ZoneV2) GetObservation

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

GetObservation of this ZoneV2

func (*ZoneV2) GetParameters

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

GetParameters of this ZoneV2

func (*ZoneV2) GetProviderConfigReference

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

GetProviderConfigReference of this ZoneV2.

func (*ZoneV2) GetProviderReference

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

GetProviderReference of this ZoneV2. Deprecated: Use GetProviderConfigReference.

func (*ZoneV2) GetTerraformResourceType

func (mg *ZoneV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ZoneV2

func (*ZoneV2) GetTerraformSchemaVersion

func (tr *ZoneV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ZoneV2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ZoneV2.

func (*ZoneV2) LateInitialize

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

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

func (*ZoneV2) SetConditions

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

SetConditions of this ZoneV2.

func (*ZoneV2) SetDeletionPolicy

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

SetDeletionPolicy of this ZoneV2.

func (*ZoneV2) SetObservation

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

SetObservation for this ZoneV2

func (*ZoneV2) SetParameters

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

SetParameters for this ZoneV2

func (*ZoneV2) SetProviderConfigReference

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

SetProviderConfigReference of this ZoneV2.

func (*ZoneV2) SetProviderReference

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

SetProviderReference of this ZoneV2. Deprecated: Use SetProviderConfigReference.

func (*ZoneV2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ZoneV2.

type ZoneV2List

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

ZoneV2List contains a list of ZoneV2s

func (*ZoneV2List) DeepCopy

func (in *ZoneV2List) DeepCopy() *ZoneV2List

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

func (*ZoneV2List) DeepCopyInto

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

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

func (*ZoneV2List) DeepCopyObject

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

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

func (*ZoneV2List) GetItems

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

GetItems of this ZoneV2List.

type ZoneV2Observation

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

	Masters []*string `json:"masters,omitempty" tf:"masters,omitempty"`
}

func (*ZoneV2Observation) DeepCopy

func (in *ZoneV2Observation) DeepCopy() *ZoneV2Observation

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

func (*ZoneV2Observation) DeepCopyInto

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

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

type ZoneV2Parameters

type ZoneV2Parameters struct {

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

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

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

	// +kubebuilder:validation:Optional
	Router []RouterParameters `json:"router,omitempty" tf:"router,omitempty"`

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

	// +kubebuilder:validation:Optional
	Tags map[string]string `json:"tags,omitempty" tf:"tags,omitempty"`

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

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

func (*ZoneV2Parameters) DeepCopy

func (in *ZoneV2Parameters) DeepCopy() *ZoneV2Parameters

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

func (*ZoneV2Parameters) DeepCopyInto

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

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

type ZoneV2Spec

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

ZoneV2Spec defines the desired state of ZoneV2

func (*ZoneV2Spec) DeepCopy

func (in *ZoneV2Spec) DeepCopy() *ZoneV2Spec

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

func (*ZoneV2Spec) DeepCopyInto

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

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

type ZoneV2Status

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

ZoneV2Status defines the observed state of ZoneV2.

func (*ZoneV2Status) DeepCopy

func (in *ZoneV2Status) DeepCopy() *ZoneV2Status

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

func (*ZoneV2Status) DeepCopyInto

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL