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-dhcp-options-association.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeVpcDhcpOptionsAssociation

func DecodeVpcDhcpOptionsAssociation(prev *VpcDhcpOptionsAssociation, ctyValue cty.Value) (resource.Managed, error)

func DecodeVpcDhcpOptionsAssociation_DhcpOptionsId

func DecodeVpcDhcpOptionsAssociation_DhcpOptionsId(p *VpcDhcpOptionsAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeVpcDhcpOptionsAssociation_VpcId

func DecodeVpcDhcpOptionsAssociation_VpcId(p *VpcDhcpOptionsAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeVpcDhcpOptionsAssociation

func EncodeVpcDhcpOptionsAssociation(r VpcDhcpOptionsAssociation) cty.Value

func EncodeVpcDhcpOptionsAssociation_DhcpOptionsId

func EncodeVpcDhcpOptionsAssociation_DhcpOptionsId(p VpcDhcpOptionsAssociationParameters, vals map[string]cty.Value)

func EncodeVpcDhcpOptionsAssociation_VpcId

func EncodeVpcDhcpOptionsAssociation_VpcId(p VpcDhcpOptionsAssociationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeVpcDhcpOptionsAssociation_DhcpOptionsId

func MergeVpcDhcpOptionsAssociation_DhcpOptionsId(k *VpcDhcpOptionsAssociationParameters, p *VpcDhcpOptionsAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeVpcDhcpOptionsAssociation_VpcId

mergePrimitiveTemplateSpec

Types

type VpcDhcpOptionsAssociation

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

	Spec   VpcDhcpOptionsAssociationSpec   `json:"spec"`
	Status VpcDhcpOptionsAssociationStatus `json:"status,omitempty"`
}

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

func (*VpcDhcpOptionsAssociation) DeepCopy

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

func (*VpcDhcpOptionsAssociation) DeepCopyInto

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

func (*VpcDhcpOptionsAssociation) DeepCopyObject

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

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

func (*VpcDhcpOptionsAssociation) GetCondition

GetCondition of this VpcDhcpOptionsAssociation.

func (*VpcDhcpOptionsAssociation) GetDeletionPolicy

GetDeletionPolicy of this VpcDhcpOptionsAssociation.

func (*VpcDhcpOptionsAssociation) GetProviderConfigReference

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

GetProviderConfigReference of this VpcDhcpOptionsAssociation.

func (*VpcDhcpOptionsAssociation) GetProviderReference

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

GetProviderReference of this VpcDhcpOptionsAssociation. Deprecated: Use GetProviderConfigReference.

func (*VpcDhcpOptionsAssociation) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this VpcDhcpOptionsAssociation.

func (*VpcDhcpOptionsAssociation) SetConditions

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

SetConditions of this VpcDhcpOptionsAssociation.

func (*VpcDhcpOptionsAssociation) SetDeletionPolicy

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

SetDeletionPolicy of this VpcDhcpOptionsAssociation.

func (*VpcDhcpOptionsAssociation) SetProviderConfigReference

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

SetProviderConfigReference of this VpcDhcpOptionsAssociation.

func (*VpcDhcpOptionsAssociation) SetProviderReference

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

SetProviderReference of this VpcDhcpOptionsAssociation. Deprecated: Use SetProviderConfigReference.

func (*VpcDhcpOptionsAssociation) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this VpcDhcpOptionsAssociation.

type VpcDhcpOptionsAssociationList

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

VpcDhcpOptionsAssociation contains a list of VpcDhcpOptionsAssociationList

func (*VpcDhcpOptionsAssociationList) DeepCopy

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

func (*VpcDhcpOptionsAssociationList) DeepCopyInto

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

func (*VpcDhcpOptionsAssociationList) DeepCopyObject

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

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

func (*VpcDhcpOptionsAssociationList) GetItems

GetItems of this VpcDhcpOptionsAssociationList.

type VpcDhcpOptionsAssociationObservation

type VpcDhcpOptionsAssociationObservation struct{}

A VpcDhcpOptionsAssociationObservation records the observed state of a VpcDhcpOptionsAssociation

func (*VpcDhcpOptionsAssociationObservation) DeepCopy

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

func (*VpcDhcpOptionsAssociationObservation) DeepCopyInto

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

type VpcDhcpOptionsAssociationParameters

type VpcDhcpOptionsAssociationParameters struct {
	DhcpOptionsId string `json:"dhcp_options_id"`
	VpcId         string `json:"vpc_id"`
}

A VpcDhcpOptionsAssociationParameters defines the desired state of a VpcDhcpOptionsAssociation

func (*VpcDhcpOptionsAssociationParameters) DeepCopy

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

func (*VpcDhcpOptionsAssociationParameters) DeepCopyInto

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

type VpcDhcpOptionsAssociationSpec

type VpcDhcpOptionsAssociationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  VpcDhcpOptionsAssociationParameters `json:"forProvider"`
}

A VpcDhcpOptionsAssociationSpec defines the desired state of a VpcDhcpOptionsAssociation

func (*VpcDhcpOptionsAssociationSpec) DeepCopy

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

func (*VpcDhcpOptionsAssociationSpec) DeepCopyInto

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

type VpcDhcpOptionsAssociationStatus

type VpcDhcpOptionsAssociationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     VpcDhcpOptionsAssociationObservation `json:"atProvider"`
}

A VpcDhcpOptionsAssociationStatus defines the observed state of a VpcDhcpOptionsAssociation

func (*VpcDhcpOptionsAssociationStatus) DeepCopy

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

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