v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "dx-gateway.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Kind                  = "DxGateway"
	GroupKind             = schema.GroupKind{Group: Group, Kind: Kind}.String()
	KindAPIVersion        = Kind + "." + SchemeGroupVersion.String()
	GroupVersionKind      = SchemeGroupVersion.WithKind(Kind)
	TerraformResourceName = "aws_dx_gateway"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeDxGateway

func DecodeDxGateway(prev *DxGateway, ctyValue cty.Value) (resource.Managed, error)

func DecodeDxGateway_AmazonSideAsn

func DecodeDxGateway_AmazonSideAsn(p *DxGatewayParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDxGateway_Name

func DecodeDxGateway_Name(p *DxGatewayParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDxGateway_OwnerAccountId

func DecodeDxGateway_OwnerAccountId(p *DxGatewayObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDxGateway_Timeouts

func DecodeDxGateway_Timeouts(p *Timeouts, vals map[string]cty.Value)

containerTypeDecodeTemplate

func DecodeDxGateway_Timeouts_Create

func DecodeDxGateway_Timeouts_Create(p *Timeouts, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDxGateway_Timeouts_Delete

func DecodeDxGateway_Timeouts_Delete(p *Timeouts, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeDxGateway

func EncodeDxGateway(r DxGateway) cty.Value

func EncodeDxGateway_AmazonSideAsn

func EncodeDxGateway_AmazonSideAsn(p DxGatewayParameters, vals map[string]cty.Value)

func EncodeDxGateway_Name

func EncodeDxGateway_Name(p DxGatewayParameters, vals map[string]cty.Value)

func EncodeDxGateway_OwnerAccountId

func EncodeDxGateway_OwnerAccountId(p DxGatewayObservation, vals map[string]cty.Value)

func EncodeDxGateway_Timeouts

func EncodeDxGateway_Timeouts(p Timeouts, vals map[string]cty.Value)

func EncodeDxGateway_Timeouts_Create

func EncodeDxGateway_Timeouts_Create(p Timeouts, vals map[string]cty.Value)

func EncodeDxGateway_Timeouts_Delete

func EncodeDxGateway_Timeouts_Delete(p Timeouts, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeDxGateway_AmazonSideAsn

func MergeDxGateway_AmazonSideAsn(k *DxGatewayParameters, p *DxGatewayParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeDxGateway_Name

func MergeDxGateway_Name(k *DxGatewayParameters, p *DxGatewayParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeDxGateway_OwnerAccountId

func MergeDxGateway_OwnerAccountId(k *DxGatewayObservation, p *DxGatewayObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeDxGateway_Timeouts

func MergeDxGateway_Timeouts(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool

mergeStructTemplateSpec

func MergeDxGateway_Timeouts_Create

func MergeDxGateway_Timeouts_Create(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeDxGateway_Timeouts_Delete

func MergeDxGateway_Timeouts_Delete(k *Timeouts, p *Timeouts, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type DxGateway

type DxGateway struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   DxGatewaySpec   `json:"spec"`
	Status DxGatewayStatus `json:"status,omitempty"`
}

DxGateway is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster

func (*DxGateway) DeepCopy

func (in *DxGateway) DeepCopy() *DxGateway

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

func (*DxGateway) DeepCopyInto

func (in *DxGateway) DeepCopyInto(out *DxGateway)

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

func (*DxGateway) DeepCopyObject

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

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

func (*DxGateway) GetCondition

GetCondition of this DxGateway.

func (*DxGateway) GetDeletionPolicy

func (mg *DxGateway) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy

GetDeletionPolicy of this DxGateway.

func (*DxGateway) GetProviderConfigReference

func (mg *DxGateway) GetProviderConfigReference() *runtimev1alpha1.Reference

GetProviderConfigReference of this DxGateway.

func (*DxGateway) GetProviderReference

func (mg *DxGateway) GetProviderReference() *runtimev1alpha1.Reference

GetProviderReference of this DxGateway. Deprecated: Use GetProviderConfigReference.

func (*DxGateway) GetWriteConnectionSecretToReference

func (mg *DxGateway) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference

GetWriteConnectionSecretToReference of this DxGateway.

func (*DxGateway) SetConditions

func (mg *DxGateway) SetConditions(c ...runtimev1alpha1.Condition)

SetConditions of this DxGateway.

func (*DxGateway) SetDeletionPolicy

func (mg *DxGateway) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)

SetDeletionPolicy of this DxGateway.

func (*DxGateway) SetProviderConfigReference

func (mg *DxGateway) SetProviderConfigReference(r *runtimev1alpha1.Reference)

SetProviderConfigReference of this DxGateway.

func (*DxGateway) SetProviderReference

func (mg *DxGateway) SetProviderReference(r *runtimev1alpha1.Reference)

SetProviderReference of this DxGateway. Deprecated: Use SetProviderConfigReference.

func (*DxGateway) SetWriteConnectionSecretToReference

func (mg *DxGateway) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)

SetWriteConnectionSecretToReference of this DxGateway.

type DxGatewayList

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

DxGateway contains a list of DxGatewayList

func (*DxGatewayList) DeepCopy

func (in *DxGatewayList) DeepCopy() *DxGatewayList

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

func (*DxGatewayList) DeepCopyInto

func (in *DxGatewayList) DeepCopyInto(out *DxGatewayList)

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

func (*DxGatewayList) DeepCopyObject

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

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

func (*DxGatewayList) GetItems

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

GetItems of this DxGatewayList.

type DxGatewayObservation

type DxGatewayObservation struct {
	OwnerAccountId string `json:"owner_account_id"`
}

A DxGatewayObservation records the observed state of a DxGateway

func (*DxGatewayObservation) DeepCopy

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

func (*DxGatewayObservation) DeepCopyInto

func (in *DxGatewayObservation) DeepCopyInto(out *DxGatewayObservation)

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

type DxGatewayParameters

type DxGatewayParameters struct {
	AmazonSideAsn string   `json:"amazon_side_asn"`
	Name          string   `json:"name"`
	Timeouts      Timeouts `json:"timeouts"`
}

A DxGatewayParameters defines the desired state of a DxGateway

func (*DxGatewayParameters) DeepCopy

func (in *DxGatewayParameters) DeepCopy() *DxGatewayParameters

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

func (*DxGatewayParameters) DeepCopyInto

func (in *DxGatewayParameters) DeepCopyInto(out *DxGatewayParameters)

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

type DxGatewaySpec

type DxGatewaySpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  DxGatewayParameters `json:"forProvider"`
}

A DxGatewaySpec defines the desired state of a DxGateway

func (*DxGatewaySpec) DeepCopy

func (in *DxGatewaySpec) DeepCopy() *DxGatewaySpec

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

func (*DxGatewaySpec) DeepCopyInto

func (in *DxGatewaySpec) DeepCopyInto(out *DxGatewaySpec)

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

type DxGatewayStatus

type DxGatewayStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     DxGatewayObservation `json:"atProvider"`
}

A DxGatewayStatus defines the observed state of a DxGateway

func (*DxGatewayStatus) DeepCopy

func (in *DxGatewayStatus) DeepCopy() *DxGatewayStatus

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

func (*DxGatewayStatus) DeepCopyInto

func (in *DxGatewayStatus) DeepCopyInto(out *DxGatewayStatus)

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

type Timeouts

type Timeouts struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
}

func (*Timeouts) DeepCopy

func (in *Timeouts) DeepCopy() *Timeouts

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

func (*Timeouts) DeepCopyInto

func (in *Timeouts) DeepCopyInto(out *Timeouts)

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