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

Package type metadata.

Variables

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

Functions

func DecodeNatGateway

func DecodeNatGateway(prev *NatGateway, ctyValue cty.Value) (resource.Managed, error)

func DecodeNatGateway_AllocationId

func DecodeNatGateway_AllocationId(p *NatGatewayParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNatGateway_NetworkInterfaceId

func DecodeNatGateway_NetworkInterfaceId(p *NatGatewayObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNatGateway_PrivateIp

func DecodeNatGateway_PrivateIp(p *NatGatewayObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNatGateway_PublicIp

func DecodeNatGateway_PublicIp(p *NatGatewayObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNatGateway_SubnetId

func DecodeNatGateway_SubnetId(p *NatGatewayParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNatGateway_Tags

func DecodeNatGateway_Tags(p *NatGatewayParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func EncodeNatGateway

func EncodeNatGateway(r NatGateway) cty.Value

func EncodeNatGateway_AllocationId

func EncodeNatGateway_AllocationId(p NatGatewayParameters, vals map[string]cty.Value)

func EncodeNatGateway_NetworkInterfaceId

func EncodeNatGateway_NetworkInterfaceId(p NatGatewayObservation, vals map[string]cty.Value)

func EncodeNatGateway_PrivateIp

func EncodeNatGateway_PrivateIp(p NatGatewayObservation, vals map[string]cty.Value)

func EncodeNatGateway_PublicIp

func EncodeNatGateway_PublicIp(p NatGatewayObservation, vals map[string]cty.Value)

func EncodeNatGateway_SubnetId

func EncodeNatGateway_SubnetId(p NatGatewayParameters, vals map[string]cty.Value)

func EncodeNatGateway_Tags

func EncodeNatGateway_Tags(p NatGatewayParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeNatGateway_AllocationId

func MergeNatGateway_AllocationId(k *NatGatewayParameters, p *NatGatewayParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeNatGateway_NetworkInterfaceId

func MergeNatGateway_NetworkInterfaceId(k *NatGatewayObservation, p *NatGatewayObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeNatGateway_PrivateIp

func MergeNatGateway_PrivateIp(k *NatGatewayObservation, p *NatGatewayObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeNatGateway_PublicIp

func MergeNatGateway_PublicIp(k *NatGatewayObservation, p *NatGatewayObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeNatGateway_SubnetId

func MergeNatGateway_SubnetId(k *NatGatewayParameters, p *NatGatewayParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeNatGateway_Tags

func MergeNatGateway_Tags(k *NatGatewayParameters, p *NatGatewayParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

Types

type NatGateway

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

	Spec   NatGatewaySpec   `json:"spec"`
	Status NatGatewayStatus `json:"status,omitempty"`
}

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

func (*NatGateway) DeepCopy

func (in *NatGateway) DeepCopy() *NatGateway

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

func (*NatGateway) DeepCopyInto

func (in *NatGateway) DeepCopyInto(out *NatGateway)

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

func (*NatGateway) DeepCopyObject

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

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

func (*NatGateway) GetCondition

GetCondition of this NatGateway.

func (*NatGateway) GetDeletionPolicy

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

GetDeletionPolicy of this NatGateway.

func (*NatGateway) GetProviderConfigReference

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

GetProviderConfigReference of this NatGateway.

func (*NatGateway) GetProviderReference

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

GetProviderReference of this NatGateway. Deprecated: Use GetProviderConfigReference.

func (*NatGateway) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this NatGateway.

func (*NatGateway) SetConditions

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

SetConditions of this NatGateway.

func (*NatGateway) SetDeletionPolicy

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

SetDeletionPolicy of this NatGateway.

func (*NatGateway) SetProviderConfigReference

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

SetProviderConfigReference of this NatGateway.

func (*NatGateway) SetProviderReference

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

SetProviderReference of this NatGateway. Deprecated: Use SetProviderConfigReference.

func (*NatGateway) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this NatGateway.

type NatGatewayList

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

NatGateway contains a list of NatGatewayList

func (*NatGatewayList) DeepCopy

func (in *NatGatewayList) DeepCopy() *NatGatewayList

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

func (*NatGatewayList) DeepCopyInto

func (in *NatGatewayList) DeepCopyInto(out *NatGatewayList)

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

func (*NatGatewayList) DeepCopyObject

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

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

func (*NatGatewayList) GetItems

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

GetItems of this NatGatewayList.

type NatGatewayObservation

type NatGatewayObservation struct {
	NetworkInterfaceId string `json:"network_interface_id"`
	PrivateIp          string `json:"private_ip"`
	PublicIp           string `json:"public_ip"`
}

A NatGatewayObservation records the observed state of a NatGateway

func (*NatGatewayObservation) DeepCopy

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

func (*NatGatewayObservation) DeepCopyInto

func (in *NatGatewayObservation) DeepCopyInto(out *NatGatewayObservation)

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

type NatGatewayParameters

type NatGatewayParameters struct {
	SubnetId     string            `json:"subnet_id"`
	Tags         map[string]string `json:"tags"`
	AllocationId string            `json:"allocation_id"`
}

A NatGatewayParameters defines the desired state of a NatGateway

func (*NatGatewayParameters) DeepCopy

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

func (*NatGatewayParameters) DeepCopyInto

func (in *NatGatewayParameters) DeepCopyInto(out *NatGatewayParameters)

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

type NatGatewaySpec

type NatGatewaySpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  NatGatewayParameters `json:"forProvider"`
}

A NatGatewaySpec defines the desired state of a NatGateway

func (*NatGatewaySpec) DeepCopy

func (in *NatGatewaySpec) DeepCopy() *NatGatewaySpec

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

func (*NatGatewaySpec) DeepCopyInto

func (in *NatGatewaySpec) DeepCopyInto(out *NatGatewaySpec)

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

type NatGatewayStatus

type NatGatewayStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     NatGatewayObservation `json:"atProvider"`
}

A NatGatewayStatus defines the observed state of a NatGateway

func (*NatGatewayStatus) DeepCopy

func (in *NatGatewayStatus) DeepCopy() *NatGatewayStatus

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

func (*NatGatewayStatus) DeepCopyInto

func (in *NatGatewayStatus) DeepCopyInto(out *NatGatewayStatus)

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