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   = "dax-subnet-group.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeDaxSubnetGroup

func DecodeDaxSubnetGroup(prev *DaxSubnetGroup, ctyValue cty.Value) (resource.Managed, error)

func DecodeDaxSubnetGroup_Description

func DecodeDaxSubnetGroup_Description(p *DaxSubnetGroupParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDaxSubnetGroup_Name

func DecodeDaxSubnetGroup_Name(p *DaxSubnetGroupParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDaxSubnetGroup_SubnetIds

func DecodeDaxSubnetGroup_SubnetIds(p *DaxSubnetGroupParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func DecodeDaxSubnetGroup_VpcId

func DecodeDaxSubnetGroup_VpcId(p *DaxSubnetGroupObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeDaxSubnetGroup

func EncodeDaxSubnetGroup(r DaxSubnetGroup) cty.Value

func EncodeDaxSubnetGroup_Description

func EncodeDaxSubnetGroup_Description(p DaxSubnetGroupParameters, vals map[string]cty.Value)

func EncodeDaxSubnetGroup_Name

func EncodeDaxSubnetGroup_Name(p DaxSubnetGroupParameters, vals map[string]cty.Value)

func EncodeDaxSubnetGroup_SubnetIds

func EncodeDaxSubnetGroup_SubnetIds(p DaxSubnetGroupParameters, vals map[string]cty.Value)

func EncodeDaxSubnetGroup_VpcId

func EncodeDaxSubnetGroup_VpcId(p DaxSubnetGroupObservation, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeDaxSubnetGroup_Description

func MergeDaxSubnetGroup_Description(k *DaxSubnetGroupParameters, p *DaxSubnetGroupParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeDaxSubnetGroup_Name

mergePrimitiveTemplateSpec

func MergeDaxSubnetGroup_SubnetIds

func MergeDaxSubnetGroup_SubnetIds(k *DaxSubnetGroupParameters, p *DaxSubnetGroupParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeDaxSubnetGroup_VpcId

mergePrimitiveTemplateStatus

Types

type DaxSubnetGroup

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

	Spec   DaxSubnetGroupSpec   `json:"spec"`
	Status DaxSubnetGroupStatus `json:"status,omitempty"`
}

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

func (*DaxSubnetGroup) DeepCopy

func (in *DaxSubnetGroup) DeepCopy() *DaxSubnetGroup

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

func (*DaxSubnetGroup) DeepCopyInto

func (in *DaxSubnetGroup) DeepCopyInto(out *DaxSubnetGroup)

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

func (*DaxSubnetGroup) DeepCopyObject

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

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

func (*DaxSubnetGroup) GetCondition

GetCondition of this DaxSubnetGroup.

func (*DaxSubnetGroup) GetDeletionPolicy

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

GetDeletionPolicy of this DaxSubnetGroup.

func (*DaxSubnetGroup) GetProviderConfigReference

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

GetProviderConfigReference of this DaxSubnetGroup.

func (*DaxSubnetGroup) GetProviderReference

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

GetProviderReference of this DaxSubnetGroup. Deprecated: Use GetProviderConfigReference.

func (*DaxSubnetGroup) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this DaxSubnetGroup.

func (*DaxSubnetGroup) SetConditions

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

SetConditions of this DaxSubnetGroup.

func (*DaxSubnetGroup) SetDeletionPolicy

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

SetDeletionPolicy of this DaxSubnetGroup.

func (*DaxSubnetGroup) SetProviderConfigReference

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

SetProviderConfigReference of this DaxSubnetGroup.

func (*DaxSubnetGroup) SetProviderReference

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

SetProviderReference of this DaxSubnetGroup. Deprecated: Use SetProviderConfigReference.

func (*DaxSubnetGroup) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this DaxSubnetGroup.

type DaxSubnetGroupList

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

DaxSubnetGroup contains a list of DaxSubnetGroupList

func (*DaxSubnetGroupList) DeepCopy

func (in *DaxSubnetGroupList) DeepCopy() *DaxSubnetGroupList

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

func (*DaxSubnetGroupList) DeepCopyInto

func (in *DaxSubnetGroupList) DeepCopyInto(out *DaxSubnetGroupList)

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

func (*DaxSubnetGroupList) DeepCopyObject

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

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

func (*DaxSubnetGroupList) GetItems

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

GetItems of this DaxSubnetGroupList.

type DaxSubnetGroupObservation

type DaxSubnetGroupObservation struct {
	VpcId string `json:"vpc_id"`
}

A DaxSubnetGroupObservation records the observed state of a DaxSubnetGroup

func (*DaxSubnetGroupObservation) DeepCopy

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

func (*DaxSubnetGroupObservation) DeepCopyInto

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

type DaxSubnetGroupParameters

type DaxSubnetGroupParameters struct {
	Description string   `json:"description"`
	Name        string   `json:"name"`
	SubnetIds   []string `json:"subnet_ids"`
}

A DaxSubnetGroupParameters defines the desired state of a DaxSubnetGroup

func (*DaxSubnetGroupParameters) DeepCopy

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

func (*DaxSubnetGroupParameters) DeepCopyInto

func (in *DaxSubnetGroupParameters) DeepCopyInto(out *DaxSubnetGroupParameters)

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

type DaxSubnetGroupSpec

type DaxSubnetGroupSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  DaxSubnetGroupParameters `json:"forProvider"`
}

A DaxSubnetGroupSpec defines the desired state of a DaxSubnetGroup

func (*DaxSubnetGroupSpec) DeepCopy

func (in *DaxSubnetGroupSpec) DeepCopy() *DaxSubnetGroupSpec

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

func (*DaxSubnetGroupSpec) DeepCopyInto

func (in *DaxSubnetGroupSpec) DeepCopyInto(out *DaxSubnetGroupSpec)

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

type DaxSubnetGroupStatus

type DaxSubnetGroupStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     DaxSubnetGroupObservation `json:"atProvider"`
}

A DaxSubnetGroupStatus defines the observed state of a DaxSubnetGroup

func (*DaxSubnetGroupStatus) DeepCopy

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

func (*DaxSubnetGroupStatus) DeepCopyInto

func (in *DaxSubnetGroupStatus) DeepCopyInto(out *DaxSubnetGroupStatus)

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