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   = "vpc-endpoint-route-table-association.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeVpcEndpointRouteTableAssociation

func DecodeVpcEndpointRouteTableAssociation(prev *VpcEndpointRouteTableAssociation, ctyValue cty.Value) (resource.Managed, error)

func DecodeVpcEndpointRouteTableAssociation_RouteTableId

func DecodeVpcEndpointRouteTableAssociation_RouteTableId(p *VpcEndpointRouteTableAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeVpcEndpointRouteTableAssociation_VpcEndpointId

func DecodeVpcEndpointRouteTableAssociation_VpcEndpointId(p *VpcEndpointRouteTableAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeVpcEndpointRouteTableAssociation

func EncodeVpcEndpointRouteTableAssociation(r VpcEndpointRouteTableAssociation) cty.Value

func EncodeVpcEndpointRouteTableAssociation_RouteTableId

func EncodeVpcEndpointRouteTableAssociation_RouteTableId(p VpcEndpointRouteTableAssociationParameters, vals map[string]cty.Value)

func EncodeVpcEndpointRouteTableAssociation_VpcEndpointId

func EncodeVpcEndpointRouteTableAssociation_VpcEndpointId(p VpcEndpointRouteTableAssociationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeVpcEndpointRouteTableAssociation_RouteTableId

func MergeVpcEndpointRouteTableAssociation_RouteTableId(k *VpcEndpointRouteTableAssociationParameters, p *VpcEndpointRouteTableAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeVpcEndpointRouteTableAssociation_VpcEndpointId

func MergeVpcEndpointRouteTableAssociation_VpcEndpointId(k *VpcEndpointRouteTableAssociationParameters, p *VpcEndpointRouteTableAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type VpcEndpointRouteTableAssociation

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

	Spec   VpcEndpointRouteTableAssociationSpec   `json:"spec"`
	Status VpcEndpointRouteTableAssociationStatus `json:"status,omitempty"`
}

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

func (*VpcEndpointRouteTableAssociation) DeepCopy

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

func (*VpcEndpointRouteTableAssociation) DeepCopyInto

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

func (*VpcEndpointRouteTableAssociation) DeepCopyObject

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

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

func (*VpcEndpointRouteTableAssociation) GetCondition

GetCondition of this VpcEndpointRouteTableAssociation.

func (*VpcEndpointRouteTableAssociation) GetDeletionPolicy

GetDeletionPolicy of this VpcEndpointRouteTableAssociation.

func (*VpcEndpointRouteTableAssociation) GetProviderConfigReference

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

GetProviderConfigReference of this VpcEndpointRouteTableAssociation.

func (*VpcEndpointRouteTableAssociation) GetProviderReference

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

GetProviderReference of this VpcEndpointRouteTableAssociation. Deprecated: Use GetProviderConfigReference.

func (*VpcEndpointRouteTableAssociation) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VpcEndpointRouteTableAssociation.

func (*VpcEndpointRouteTableAssociation) SetConditions

SetConditions of this VpcEndpointRouteTableAssociation.

func (*VpcEndpointRouteTableAssociation) SetDeletionPolicy

SetDeletionPolicy of this VpcEndpointRouteTableAssociation.

func (*VpcEndpointRouteTableAssociation) SetProviderConfigReference

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

SetProviderConfigReference of this VpcEndpointRouteTableAssociation.

func (*VpcEndpointRouteTableAssociation) SetProviderReference

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

SetProviderReference of this VpcEndpointRouteTableAssociation. Deprecated: Use SetProviderConfigReference.

func (*VpcEndpointRouteTableAssociation) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VpcEndpointRouteTableAssociation.

type VpcEndpointRouteTableAssociationList

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

VpcEndpointRouteTableAssociation contains a list of VpcEndpointRouteTableAssociationList

func (*VpcEndpointRouteTableAssociationList) DeepCopy

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

func (*VpcEndpointRouteTableAssociationList) DeepCopyInto

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

func (*VpcEndpointRouteTableAssociationList) DeepCopyObject

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

func (*VpcEndpointRouteTableAssociationList) GetItems

GetItems of this VpcEndpointRouteTableAssociationList.

type VpcEndpointRouteTableAssociationObservation

type VpcEndpointRouteTableAssociationObservation struct{}

A VpcEndpointRouteTableAssociationObservation records the observed state of a VpcEndpointRouteTableAssociation

func (*VpcEndpointRouteTableAssociationObservation) DeepCopy

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

func (*VpcEndpointRouteTableAssociationObservation) DeepCopyInto

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

type VpcEndpointRouteTableAssociationParameters

type VpcEndpointRouteTableAssociationParameters struct {
	RouteTableId  string `json:"route_table_id"`
	VpcEndpointId string `json:"vpc_endpoint_id"`
}

A VpcEndpointRouteTableAssociationParameters defines the desired state of a VpcEndpointRouteTableAssociation

func (*VpcEndpointRouteTableAssociationParameters) DeepCopy

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

func (*VpcEndpointRouteTableAssociationParameters) DeepCopyInto

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

type VpcEndpointRouteTableAssociationSpec

type VpcEndpointRouteTableAssociationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  VpcEndpointRouteTableAssociationParameters `json:"forProvider"`
}

A VpcEndpointRouteTableAssociationSpec defines the desired state of a VpcEndpointRouteTableAssociation

func (*VpcEndpointRouteTableAssociationSpec) DeepCopy

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

func (*VpcEndpointRouteTableAssociationSpec) DeepCopyInto

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

type VpcEndpointRouteTableAssociationStatus

type VpcEndpointRouteTableAssociationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     VpcEndpointRouteTableAssociationObservation `json:"atProvider"`
}

A VpcEndpointRouteTableAssociationStatus defines the observed state of a VpcEndpointRouteTableAssociation

func (*VpcEndpointRouteTableAssociationStatus) DeepCopy

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

func (*VpcEndpointRouteTableAssociationStatus) 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