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   = "vpn-gateway-attachment.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeVpnGatewayAttachment

func DecodeVpnGatewayAttachment(prev *VpnGatewayAttachment, ctyValue cty.Value) (resource.Managed, error)

func DecodeVpnGatewayAttachment_VpcId

func DecodeVpnGatewayAttachment_VpcId(p *VpnGatewayAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeVpnGatewayAttachment_VpnGatewayId

func DecodeVpnGatewayAttachment_VpnGatewayId(p *VpnGatewayAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeVpnGatewayAttachment

func EncodeVpnGatewayAttachment(r VpnGatewayAttachment) cty.Value

func EncodeVpnGatewayAttachment_VpcId

func EncodeVpnGatewayAttachment_VpcId(p VpnGatewayAttachmentParameters, vals map[string]cty.Value)

func EncodeVpnGatewayAttachment_VpnGatewayId

func EncodeVpnGatewayAttachment_VpnGatewayId(p VpnGatewayAttachmentParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeVpnGatewayAttachment_VpcId

mergePrimitiveTemplateSpec

func MergeVpnGatewayAttachment_VpnGatewayId

func MergeVpnGatewayAttachment_VpnGatewayId(k *VpnGatewayAttachmentParameters, p *VpnGatewayAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type VpnGatewayAttachment

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

	Spec   VpnGatewayAttachmentSpec   `json:"spec"`
	Status VpnGatewayAttachmentStatus `json:"status,omitempty"`
}

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

func (*VpnGatewayAttachment) DeepCopy

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

func (*VpnGatewayAttachment) DeepCopyInto

func (in *VpnGatewayAttachment) DeepCopyInto(out *VpnGatewayAttachment)

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

func (*VpnGatewayAttachment) DeepCopyObject

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

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

func (*VpnGatewayAttachment) GetCondition

GetCondition of this VpnGatewayAttachment.

func (*VpnGatewayAttachment) GetDeletionPolicy

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

GetDeletionPolicy of this VpnGatewayAttachment.

func (*VpnGatewayAttachment) GetProviderConfigReference

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

GetProviderConfigReference of this VpnGatewayAttachment.

func (*VpnGatewayAttachment) GetProviderReference

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

GetProviderReference of this VpnGatewayAttachment. Deprecated: Use GetProviderConfigReference.

func (*VpnGatewayAttachment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VpnGatewayAttachment.

func (*VpnGatewayAttachment) SetConditions

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

SetConditions of this VpnGatewayAttachment.

func (*VpnGatewayAttachment) SetDeletionPolicy

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

SetDeletionPolicy of this VpnGatewayAttachment.

func (*VpnGatewayAttachment) SetProviderConfigReference

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

SetProviderConfigReference of this VpnGatewayAttachment.

func (*VpnGatewayAttachment) SetProviderReference

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

SetProviderReference of this VpnGatewayAttachment. Deprecated: Use SetProviderConfigReference.

func (*VpnGatewayAttachment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VpnGatewayAttachment.

type VpnGatewayAttachmentList

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

VpnGatewayAttachment contains a list of VpnGatewayAttachmentList

func (*VpnGatewayAttachmentList) DeepCopy

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

func (*VpnGatewayAttachmentList) DeepCopyInto

func (in *VpnGatewayAttachmentList) DeepCopyInto(out *VpnGatewayAttachmentList)

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

func (*VpnGatewayAttachmentList) DeepCopyObject

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

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

func (*VpnGatewayAttachmentList) GetItems

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

GetItems of this VpnGatewayAttachmentList.

type VpnGatewayAttachmentObservation

type VpnGatewayAttachmentObservation struct{}

A VpnGatewayAttachmentObservation records the observed state of a VpnGatewayAttachment

func (*VpnGatewayAttachmentObservation) DeepCopy

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

func (*VpnGatewayAttachmentObservation) DeepCopyInto

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

type VpnGatewayAttachmentParameters

type VpnGatewayAttachmentParameters struct {
	VpcId        string `json:"vpc_id"`
	VpnGatewayId string `json:"vpn_gateway_id"`
}

A VpnGatewayAttachmentParameters defines the desired state of a VpnGatewayAttachment

func (*VpnGatewayAttachmentParameters) DeepCopy

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

func (*VpnGatewayAttachmentParameters) DeepCopyInto

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

type VpnGatewayAttachmentSpec

type VpnGatewayAttachmentSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  VpnGatewayAttachmentParameters `json:"forProvider"`
}

A VpnGatewayAttachmentSpec defines the desired state of a VpnGatewayAttachment

func (*VpnGatewayAttachmentSpec) DeepCopy

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

func (*VpnGatewayAttachmentSpec) DeepCopyInto

func (in *VpnGatewayAttachmentSpec) DeepCopyInto(out *VpnGatewayAttachmentSpec)

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

type VpnGatewayAttachmentStatus

type VpnGatewayAttachmentStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     VpnGatewayAttachmentObservation `json:"atProvider"`
}

A VpnGatewayAttachmentStatus defines the observed state of a VpnGatewayAttachment

func (*VpnGatewayAttachmentStatus) DeepCopy

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

func (*VpnGatewayAttachmentStatus) DeepCopyInto

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