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=sdrs.otc.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "sdrs.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 (
	ProtectedInstanceV1_Kind             = "ProtectedInstanceV1"
	ProtectedInstanceV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProtectedInstanceV1_Kind}.String()
	ProtectedInstanceV1_KindAPIVersion   = ProtectedInstanceV1_Kind + "." + CRDGroupVersion.String()
	ProtectedInstanceV1_GroupVersionKind = CRDGroupVersion.WithKind(ProtectedInstanceV1_Kind)
)

Repository type metadata.

View Source
var (
	ProtectiongroupV1_Kind             = "ProtectiongroupV1"
	ProtectiongroupV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProtectiongroupV1_Kind}.String()
	ProtectiongroupV1_KindAPIVersion   = ProtectiongroupV1_Kind + "." + CRDGroupVersion.String()
	ProtectiongroupV1_GroupVersionKind = CRDGroupVersion.WithKind(ProtectiongroupV1_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ProtectedInstanceV1

type ProtectedInstanceV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ProtectedInstanceV1Spec   `json:"spec"`
	Status            ProtectedInstanceV1Status `json:"status,omitempty"`
}

ProtectedInstanceV1 is the Schema for the ProtectedInstanceV1s 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 (*ProtectedInstanceV1) DeepCopy

func (in *ProtectedInstanceV1) DeepCopy() *ProtectedInstanceV1

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

func (*ProtectedInstanceV1) DeepCopyInto

func (in *ProtectedInstanceV1) DeepCopyInto(out *ProtectedInstanceV1)

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

func (*ProtectedInstanceV1) DeepCopyObject

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

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

func (*ProtectedInstanceV1) GetCondition

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

GetCondition of this ProtectedInstanceV1.

func (*ProtectedInstanceV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProtectedInstanceV1

func (*ProtectedInstanceV1) GetDeletionPolicy

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

GetDeletionPolicy of this ProtectedInstanceV1.

func (*ProtectedInstanceV1) GetID

func (tr *ProtectedInstanceV1) GetID() string

GetID returns ID of underlying Terraform resource of this ProtectedInstanceV1

func (*ProtectedInstanceV1) GetObservation

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

GetObservation of this ProtectedInstanceV1

func (*ProtectedInstanceV1) GetParameters

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

GetParameters of this ProtectedInstanceV1

func (*ProtectedInstanceV1) GetProviderConfigReference

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

GetProviderConfigReference of this ProtectedInstanceV1.

func (*ProtectedInstanceV1) GetProviderReference

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

GetProviderReference of this ProtectedInstanceV1. Deprecated: Use GetProviderConfigReference.

func (*ProtectedInstanceV1) GetTerraformResourceType

func (mg *ProtectedInstanceV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProtectedInstanceV1

func (*ProtectedInstanceV1) GetTerraformSchemaVersion

func (tr *ProtectedInstanceV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProtectedInstanceV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProtectedInstanceV1.

func (*ProtectedInstanceV1) LateInitialize

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

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

func (*ProtectedInstanceV1) SetConditions

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

SetConditions of this ProtectedInstanceV1.

func (*ProtectedInstanceV1) SetDeletionPolicy

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

SetDeletionPolicy of this ProtectedInstanceV1.

func (*ProtectedInstanceV1) SetObservation

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

SetObservation for this ProtectedInstanceV1

func (*ProtectedInstanceV1) SetParameters

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

SetParameters for this ProtectedInstanceV1

func (*ProtectedInstanceV1) SetProviderConfigReference

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

SetProviderConfigReference of this ProtectedInstanceV1.

func (*ProtectedInstanceV1) SetProviderReference

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

SetProviderReference of this ProtectedInstanceV1. Deprecated: Use SetProviderConfigReference.

func (*ProtectedInstanceV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProtectedInstanceV1.

type ProtectedInstanceV1List

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

ProtectedInstanceV1List contains a list of ProtectedInstanceV1s

func (*ProtectedInstanceV1List) DeepCopy

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

func (*ProtectedInstanceV1List) DeepCopyInto

func (in *ProtectedInstanceV1List) DeepCopyInto(out *ProtectedInstanceV1List)

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

func (*ProtectedInstanceV1List) DeepCopyObject

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

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

func (*ProtectedInstanceV1List) GetItems

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

GetItems of this ProtectedInstanceV1List.

type ProtectedInstanceV1Observation

type ProtectedInstanceV1Observation struct {
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

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

	PriorityStation *string `json:"priorityStation,omitempty" tf:"priority_station,omitempty"`

	TargetID *string `json:"targetId,omitempty" tf:"target_id,omitempty"`

	UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`
}

func (*ProtectedInstanceV1Observation) DeepCopy

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

func (*ProtectedInstanceV1Observation) DeepCopyInto

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

type ProtectedInstanceV1Parameters

type ProtectedInstanceV1Parameters struct {

	// +kubebuilder:validation:Optional
	DeleteTargetEIP *bool `json:"deleteTargetEip,omitempty" tf:"delete_target_eip,omitempty"`

	// +kubebuilder:validation:Optional
	DeleteTargetServer *bool `json:"deleteTargetServer,omitempty" tf:"delete_target_server,omitempty"`

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

	// +kubebuilder:validation:Required
	GroupID *string `json:"groupId" tf:"group_id,omitempty"`

	// +kubebuilder:validation:Optional
	IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"`

	// +kubebuilder:validation:Required
	ServerID *string `json:"serverId" tf:"server_id,omitempty"`

	// +kubebuilder:validation:Optional
	SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"`

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

func (*ProtectedInstanceV1Parameters) DeepCopy

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

func (*ProtectedInstanceV1Parameters) DeepCopyInto

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

type ProtectedInstanceV1Spec

type ProtectedInstanceV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProtectedInstanceV1Parameters `json:"forProvider"`
}

ProtectedInstanceV1Spec defines the desired state of ProtectedInstanceV1

func (*ProtectedInstanceV1Spec) DeepCopy

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

func (*ProtectedInstanceV1Spec) DeepCopyInto

func (in *ProtectedInstanceV1Spec) DeepCopyInto(out *ProtectedInstanceV1Spec)

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

type ProtectedInstanceV1Status

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

ProtectedInstanceV1Status defines the observed state of ProtectedInstanceV1.

func (*ProtectedInstanceV1Status) DeepCopy

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

func (*ProtectedInstanceV1Status) DeepCopyInto

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

type ProtectiongroupV1

type ProtectiongroupV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ProtectiongroupV1Spec   `json:"spec"`
	Status            ProtectiongroupV1Status `json:"status,omitempty"`
}

ProtectiongroupV1 is the Schema for the ProtectiongroupV1s 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 (*ProtectiongroupV1) DeepCopy

func (in *ProtectiongroupV1) DeepCopy() *ProtectiongroupV1

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

func (*ProtectiongroupV1) DeepCopyInto

func (in *ProtectiongroupV1) DeepCopyInto(out *ProtectiongroupV1)

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

func (*ProtectiongroupV1) DeepCopyObject

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

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

func (*ProtectiongroupV1) GetCondition

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

GetCondition of this ProtectiongroupV1.

func (*ProtectiongroupV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProtectiongroupV1

func (*ProtectiongroupV1) GetDeletionPolicy

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

GetDeletionPolicy of this ProtectiongroupV1.

func (*ProtectiongroupV1) GetID

func (tr *ProtectiongroupV1) GetID() string

GetID returns ID of underlying Terraform resource of this ProtectiongroupV1

func (*ProtectiongroupV1) GetObservation

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

GetObservation of this ProtectiongroupV1

func (*ProtectiongroupV1) GetParameters

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

GetParameters of this ProtectiongroupV1

func (*ProtectiongroupV1) GetProviderConfigReference

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

GetProviderConfigReference of this ProtectiongroupV1.

func (*ProtectiongroupV1) GetProviderReference

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

GetProviderReference of this ProtectiongroupV1. Deprecated: Use GetProviderConfigReference.

func (*ProtectiongroupV1) GetTerraformResourceType

func (mg *ProtectiongroupV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProtectiongroupV1

func (*ProtectiongroupV1) GetTerraformSchemaVersion

func (tr *ProtectiongroupV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProtectiongroupV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProtectiongroupV1.

func (*ProtectiongroupV1) LateInitialize

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

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

func (*ProtectiongroupV1) SetConditions

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

SetConditions of this ProtectiongroupV1.

func (*ProtectiongroupV1) SetDeletionPolicy

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

SetDeletionPolicy of this ProtectiongroupV1.

func (*ProtectiongroupV1) SetObservation

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

SetObservation for this ProtectiongroupV1

func (*ProtectiongroupV1) SetParameters

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

SetParameters for this ProtectiongroupV1

func (*ProtectiongroupV1) SetProviderConfigReference

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

SetProviderConfigReference of this ProtectiongroupV1.

func (*ProtectiongroupV1) SetProviderReference

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

SetProviderReference of this ProtectiongroupV1. Deprecated: Use SetProviderConfigReference.

func (*ProtectiongroupV1) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProtectiongroupV1.

type ProtectiongroupV1List

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

ProtectiongroupV1List contains a list of ProtectiongroupV1s

func (*ProtectiongroupV1List) DeepCopy

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

func (*ProtectiongroupV1List) DeepCopyInto

func (in *ProtectiongroupV1List) DeepCopyInto(out *ProtectiongroupV1List)

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

func (*ProtectiongroupV1List) DeepCopyObject

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

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

func (*ProtectiongroupV1List) GetItems

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

GetItems of this ProtectiongroupV1List.

type ProtectiongroupV1Observation

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

func (*ProtectiongroupV1Observation) DeepCopy

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

func (*ProtectiongroupV1Observation) DeepCopyInto

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

type ProtectiongroupV1Parameters

type ProtectiongroupV1Parameters struct {

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

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

	// +kubebuilder:validation:Optional
	DrType *string `json:"drType,omitempty" tf:"dr_type,omitempty"`

	// +kubebuilder:validation:Required
	SourceAvailabilityZone *string `json:"sourceAvailabilityZone" tf:"source_availability_zone,omitempty"`

	// +kubebuilder:validation:Required
	SourceVPCID *string `json:"sourceVpcId" tf:"source_vpc_id,omitempty"`

	// +kubebuilder:validation:Required
	TargetAvailabilityZone *string `json:"targetAvailabilityZone" tf:"target_availability_zone,omitempty"`
}

func (*ProtectiongroupV1Parameters) DeepCopy

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

func (*ProtectiongroupV1Parameters) DeepCopyInto

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

type ProtectiongroupV1Spec

type ProtectiongroupV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProtectiongroupV1Parameters `json:"forProvider"`
}

ProtectiongroupV1Spec defines the desired state of ProtectiongroupV1

func (*ProtectiongroupV1Spec) DeepCopy

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

func (*ProtectiongroupV1Spec) DeepCopyInto

func (in *ProtectiongroupV1Spec) DeepCopyInto(out *ProtectiongroupV1Spec)

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

type ProtectiongroupV1Status

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

ProtectiongroupV1Status defines the observed state of ProtectiongroupV1.

func (*ProtectiongroupV1Status) DeepCopy

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

func (*ProtectiongroupV1Status) DeepCopyInto

func (in *ProtectiongroupV1Status) DeepCopyInto(out *ProtectiongroupV1Status)

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