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-ipv-4-cidr-block-association.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeVpcIpv4CidrBlockAssociation

func DecodeVpcIpv4CidrBlockAssociation(prev *VpcIpv4CidrBlockAssociation, ctyValue cty.Value) (resource.Managed, error)

func DecodeVpcIpv4CidrBlockAssociation_CidrBlock

func DecodeVpcIpv4CidrBlockAssociation_CidrBlock(p *VpcIpv4CidrBlockAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeVpcIpv4CidrBlockAssociation_Timeouts

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

containerTypeDecodeTemplate

func DecodeVpcIpv4CidrBlockAssociation_Timeouts_Create

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

primitiveTypeDecodeTemplate

func DecodeVpcIpv4CidrBlockAssociation_Timeouts_Delete

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

primitiveTypeDecodeTemplate

func DecodeVpcIpv4CidrBlockAssociation_VpcId

func DecodeVpcIpv4CidrBlockAssociation_VpcId(p *VpcIpv4CidrBlockAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeVpcIpv4CidrBlockAssociation

func EncodeVpcIpv4CidrBlockAssociation(r VpcIpv4CidrBlockAssociation) cty.Value

func EncodeVpcIpv4CidrBlockAssociation_CidrBlock

func EncodeVpcIpv4CidrBlockAssociation_CidrBlock(p VpcIpv4CidrBlockAssociationParameters, vals map[string]cty.Value)

func EncodeVpcIpv4CidrBlockAssociation_Timeouts

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

func EncodeVpcIpv4CidrBlockAssociation_Timeouts_Create

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

func EncodeVpcIpv4CidrBlockAssociation_Timeouts_Delete

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

func EncodeVpcIpv4CidrBlockAssociation_VpcId

func EncodeVpcIpv4CidrBlockAssociation_VpcId(p VpcIpv4CidrBlockAssociationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeVpcIpv4CidrBlockAssociation_CidrBlock

func MergeVpcIpv4CidrBlockAssociation_CidrBlock(k *VpcIpv4CidrBlockAssociationParameters, p *VpcIpv4CidrBlockAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeVpcIpv4CidrBlockAssociation_Timeouts

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

mergeStructTemplateSpec

func MergeVpcIpv4CidrBlockAssociation_Timeouts_Create

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

mergePrimitiveTemplateSpec

func MergeVpcIpv4CidrBlockAssociation_Timeouts_Delete

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

mergePrimitiveTemplateSpec

func MergeVpcIpv4CidrBlockAssociation_VpcId

mergePrimitiveTemplateSpec

Types

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.

type VpcIpv4CidrBlockAssociation

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

	Spec   VpcIpv4CidrBlockAssociationSpec   `json:"spec"`
	Status VpcIpv4CidrBlockAssociationStatus `json:"status,omitempty"`
}

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

func (*VpcIpv4CidrBlockAssociation) DeepCopy

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

func (*VpcIpv4CidrBlockAssociation) DeepCopyInto

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

func (*VpcIpv4CidrBlockAssociation) DeepCopyObject

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

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

func (*VpcIpv4CidrBlockAssociation) GetCondition

GetCondition of this VpcIpv4CidrBlockAssociation.

func (*VpcIpv4CidrBlockAssociation) GetDeletionPolicy

GetDeletionPolicy of this VpcIpv4CidrBlockAssociation.

func (*VpcIpv4CidrBlockAssociation) GetProviderConfigReference

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

GetProviderConfigReference of this VpcIpv4CidrBlockAssociation.

func (*VpcIpv4CidrBlockAssociation) GetProviderReference

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

GetProviderReference of this VpcIpv4CidrBlockAssociation. Deprecated: Use GetProviderConfigReference.

func (*VpcIpv4CidrBlockAssociation) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VpcIpv4CidrBlockAssociation.

func (*VpcIpv4CidrBlockAssociation) SetConditions

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

SetConditions of this VpcIpv4CidrBlockAssociation.

func (*VpcIpv4CidrBlockAssociation) SetDeletionPolicy

SetDeletionPolicy of this VpcIpv4CidrBlockAssociation.

func (*VpcIpv4CidrBlockAssociation) SetProviderConfigReference

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

SetProviderConfigReference of this VpcIpv4CidrBlockAssociation.

func (*VpcIpv4CidrBlockAssociation) SetProviderReference

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

SetProviderReference of this VpcIpv4CidrBlockAssociation. Deprecated: Use SetProviderConfigReference.

func (*VpcIpv4CidrBlockAssociation) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VpcIpv4CidrBlockAssociation.

type VpcIpv4CidrBlockAssociationList

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

VpcIpv4CidrBlockAssociation contains a list of VpcIpv4CidrBlockAssociationList

func (*VpcIpv4CidrBlockAssociationList) DeepCopy

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

func (*VpcIpv4CidrBlockAssociationList) DeepCopyInto

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

func (*VpcIpv4CidrBlockAssociationList) DeepCopyObject

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

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

func (*VpcIpv4CidrBlockAssociationList) GetItems

GetItems of this VpcIpv4CidrBlockAssociationList.

type VpcIpv4CidrBlockAssociationObservation

type VpcIpv4CidrBlockAssociationObservation struct{}

A VpcIpv4CidrBlockAssociationObservation records the observed state of a VpcIpv4CidrBlockAssociation

func (*VpcIpv4CidrBlockAssociationObservation) DeepCopy

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

func (*VpcIpv4CidrBlockAssociationObservation) DeepCopyInto

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

type VpcIpv4CidrBlockAssociationParameters

type VpcIpv4CidrBlockAssociationParameters struct {
	VpcId     string   `json:"vpc_id"`
	CidrBlock string   `json:"cidr_block"`
	Timeouts  Timeouts `json:"timeouts"`
}

A VpcIpv4CidrBlockAssociationParameters defines the desired state of a VpcIpv4CidrBlockAssociation

func (*VpcIpv4CidrBlockAssociationParameters) DeepCopy

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

func (*VpcIpv4CidrBlockAssociationParameters) DeepCopyInto

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

type VpcIpv4CidrBlockAssociationSpec

type VpcIpv4CidrBlockAssociationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  VpcIpv4CidrBlockAssociationParameters `json:"forProvider"`
}

A VpcIpv4CidrBlockAssociationSpec defines the desired state of a VpcIpv4CidrBlockAssociation

func (*VpcIpv4CidrBlockAssociationSpec) DeepCopy

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

func (*VpcIpv4CidrBlockAssociationSpec) DeepCopyInto

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

type VpcIpv4CidrBlockAssociationStatus

type VpcIpv4CidrBlockAssociationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     VpcIpv4CidrBlockAssociationObservation `json:"atProvider"`
}

A VpcIpv4CidrBlockAssociationStatus defines the observed state of a VpcIpv4CidrBlockAssociation

func (*VpcIpv4CidrBlockAssociationStatus) DeepCopy

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

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