v1alpha1

package
v0.0.0-...-b813179 Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=domains.selectel.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "domains.selectel.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	DomainV1_Kind             = "DomainV1"
	DomainV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DomainV1_Kind}.String()
	DomainV1_KindAPIVersion   = DomainV1_Kind + "." + CRDGroupVersion.String()
	DomainV1_GroupVersionKind = CRDGroupVersion.WithKind(DomainV1_Kind)
)

Repository type metadata.

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 (
	RecordV1_Kind             = "RecordV1"
	RecordV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RecordV1_Kind}.String()
	RecordV1_KindAPIVersion   = RecordV1_Kind + "." + CRDGroupVersion.String()
	RecordV1_GroupVersionKind = CRDGroupVersion.WithKind(RecordV1_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type DomainV1

type DomainV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DomainV1Spec   `json:"spec"`
	Status            DomainV1Status `json:"status,omitempty"`
}

DomainV1 is the Schema for the DomainV1s 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,selecteljet}

func (*DomainV1) DeepCopy

func (in *DomainV1) DeepCopy() *DomainV1

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

func (*DomainV1) DeepCopyInto

func (in *DomainV1) DeepCopyInto(out *DomainV1)

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

func (*DomainV1) DeepCopyObject

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

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

func (*DomainV1) GetCondition

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

GetCondition of this DomainV1.

func (*DomainV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this DomainV1

func (*DomainV1) GetDeletionPolicy

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

GetDeletionPolicy of this DomainV1.

func (*DomainV1) GetID

func (tr *DomainV1) GetID() string

GetID returns ID of underlying Terraform resource of this DomainV1

func (*DomainV1) GetObservation

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

GetObservation of this DomainV1

func (*DomainV1) GetParameters

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

GetParameters of this DomainV1

func (*DomainV1) GetProviderConfigReference

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

GetProviderConfigReference of this DomainV1.

func (*DomainV1) GetProviderReference

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

GetProviderReference of this DomainV1. Deprecated: Use GetProviderConfigReference.

func (*DomainV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this DomainV1.

func (*DomainV1) GetTerraformResourceType

func (mg *DomainV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DomainV1

func (*DomainV1) GetTerraformSchemaVersion

func (tr *DomainV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DomainV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this DomainV1.

func (*DomainV1) LateInitialize

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

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

func (*DomainV1) SetConditions

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

SetConditions of this DomainV1.

func (*DomainV1) SetDeletionPolicy

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

SetDeletionPolicy of this DomainV1.

func (*DomainV1) SetObservation

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

SetObservation for this DomainV1

func (*DomainV1) SetParameters

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

SetParameters for this DomainV1

func (*DomainV1) SetProviderConfigReference

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

SetProviderConfigReference of this DomainV1.

func (*DomainV1) SetProviderReference

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

SetProviderReference of this DomainV1. Deprecated: Use SetProviderConfigReference.

func (*DomainV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this DomainV1.

func (*DomainV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this DomainV1.

type DomainV1List

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

DomainV1List contains a list of DomainV1s

func (*DomainV1List) DeepCopy

func (in *DomainV1List) DeepCopy() *DomainV1List

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

func (*DomainV1List) DeepCopyInto

func (in *DomainV1List) DeepCopyInto(out *DomainV1List)

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

func (*DomainV1List) DeepCopyObject

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

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

func (*DomainV1List) GetItems

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

GetItems of this DomainV1List.

type DomainV1Observation

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

	UserID *float64 `json:"userId,omitempty" tf:"user_id,omitempty"`
}

func (*DomainV1Observation) DeepCopy

func (in *DomainV1Observation) DeepCopy() *DomainV1Observation

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

func (*DomainV1Observation) DeepCopyInto

func (in *DomainV1Observation) DeepCopyInto(out *DomainV1Observation)

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

type DomainV1Parameters

type DomainV1Parameters struct {
}

func (*DomainV1Parameters) DeepCopy

func (in *DomainV1Parameters) DeepCopy() *DomainV1Parameters

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

func (*DomainV1Parameters) DeepCopyInto

func (in *DomainV1Parameters) DeepCopyInto(out *DomainV1Parameters)

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

type DomainV1Spec

type DomainV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DomainV1Parameters `json:"forProvider"`
}

DomainV1Spec defines the desired state of DomainV1

func (*DomainV1Spec) DeepCopy

func (in *DomainV1Spec) DeepCopy() *DomainV1Spec

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

func (*DomainV1Spec) DeepCopyInto

func (in *DomainV1Spec) DeepCopyInto(out *DomainV1Spec)

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

type DomainV1Status

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

DomainV1Status defines the observed state of DomainV1.

func (*DomainV1Status) DeepCopy

func (in *DomainV1Status) DeepCopy() *DomainV1Status

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

func (*DomainV1Status) DeepCopyInto

func (in *DomainV1Status) DeepCopyInto(out *DomainV1Status)

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

type RecordV1

type RecordV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RecordV1Spec   `json:"spec"`
	Status            RecordV1Status `json:"status,omitempty"`
}

RecordV1 is the Schema for the RecordV1s 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,selecteljet}

func (*RecordV1) DeepCopy

func (in *RecordV1) DeepCopy() *RecordV1

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

func (*RecordV1) DeepCopyInto

func (in *RecordV1) DeepCopyInto(out *RecordV1)

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

func (*RecordV1) DeepCopyObject

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

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

func (*RecordV1) GetCondition

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

GetCondition of this RecordV1.

func (*RecordV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this RecordV1

func (*RecordV1) GetDeletionPolicy

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

GetDeletionPolicy of this RecordV1.

func (*RecordV1) GetID

func (tr *RecordV1) GetID() string

GetID returns ID of underlying Terraform resource of this RecordV1

func (*RecordV1) GetObservation

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

GetObservation of this RecordV1

func (*RecordV1) GetParameters

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

GetParameters of this RecordV1

func (*RecordV1) GetProviderConfigReference

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

GetProviderConfigReference of this RecordV1.

func (*RecordV1) GetProviderReference

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

GetProviderReference of this RecordV1. Deprecated: Use GetProviderConfigReference.

func (*RecordV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this RecordV1.

func (*RecordV1) GetTerraformResourceType

func (mg *RecordV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RecordV1

func (*RecordV1) GetTerraformSchemaVersion

func (tr *RecordV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RecordV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this RecordV1.

func (*RecordV1) LateInitialize

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

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

func (*RecordV1) SetConditions

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

SetConditions of this RecordV1.

func (*RecordV1) SetDeletionPolicy

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

SetDeletionPolicy of this RecordV1.

func (*RecordV1) SetObservation

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

SetObservation for this RecordV1

func (*RecordV1) SetParameters

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

SetParameters for this RecordV1

func (*RecordV1) SetProviderConfigReference

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

SetProviderConfigReference of this RecordV1.

func (*RecordV1) SetProviderReference

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

SetProviderReference of this RecordV1. Deprecated: Use SetProviderConfigReference.

func (*RecordV1) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this RecordV1.

func (*RecordV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this RecordV1.

type RecordV1List

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

RecordV1List contains a list of RecordV1s

func (*RecordV1List) DeepCopy

func (in *RecordV1List) DeepCopy() *RecordV1List

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

func (*RecordV1List) DeepCopyInto

func (in *RecordV1List) DeepCopyInto(out *RecordV1List)

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

func (*RecordV1List) DeepCopyObject

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

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

func (*RecordV1List) GetItems

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

GetItems of this RecordV1List.

type RecordV1Observation

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

func (*RecordV1Observation) DeepCopy

func (in *RecordV1Observation) DeepCopy() *RecordV1Observation

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

func (*RecordV1Observation) DeepCopyInto

func (in *RecordV1Observation) DeepCopyInto(out *RecordV1Observation)

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

type RecordV1Parameters

type RecordV1Parameters struct {

	// +kubebuilder:validation:Optional
	Content *string `json:"content,omitempty" tf:"content,omitempty"`

	// +kubebuilder:validation:Required
	DomainID *float64 `json:"domainId" tf:"domain_id,omitempty"`

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

	// +kubebuilder:validation:Optional
	Port *float64 `json:"port,omitempty" tf:"port,omitempty"`

	// +kubebuilder:validation:Optional
	Priority *float64 `json:"priority,omitempty" tf:"priority,omitempty"`

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

	// +kubebuilder:validation:Optional
	Target *string `json:"target,omitempty" tf:"target,omitempty"`

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

	// +kubebuilder:validation:Optional
	Weight *float64 `json:"weight,omitempty" tf:"weight,omitempty"`
}

func (*RecordV1Parameters) DeepCopy

func (in *RecordV1Parameters) DeepCopy() *RecordV1Parameters

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

func (*RecordV1Parameters) DeepCopyInto

func (in *RecordV1Parameters) DeepCopyInto(out *RecordV1Parameters)

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

type RecordV1Spec

type RecordV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RecordV1Parameters `json:"forProvider"`
}

RecordV1Spec defines the desired state of RecordV1

func (*RecordV1Spec) DeepCopy

func (in *RecordV1Spec) DeepCopy() *RecordV1Spec

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

func (*RecordV1Spec) DeepCopyInto

func (in *RecordV1Spec) DeepCopyInto(out *RecordV1Spec)

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

type RecordV1Status

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

RecordV1Status defines the observed state of RecordV1.

func (*RecordV1Status) DeepCopy

func (in *RecordV1Status) DeepCopy() *RecordV1Status

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

func (*RecordV1Status) DeepCopyInto

func (in *RecordV1Status) DeepCopyInto(out *RecordV1Status)

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