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

Package type metadata.

Variables

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

Functions

func DecodeElasticacheSubnetGroup

func DecodeElasticacheSubnetGroup(prev *ElasticacheSubnetGroup, ctyValue cty.Value) (resource.Managed, error)

func DecodeElasticacheSubnetGroup_Description

func DecodeElasticacheSubnetGroup_Description(p *ElasticacheSubnetGroupParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeElasticacheSubnetGroup_Name

func DecodeElasticacheSubnetGroup_Name(p *ElasticacheSubnetGroupParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeElasticacheSubnetGroup_SubnetIds

func DecodeElasticacheSubnetGroup_SubnetIds(p *ElasticacheSubnetGroupParameters, vals map[string]cty.Value)

primitiveCollectionTypeDecodeTemplate

func EncodeElasticacheSubnetGroup

func EncodeElasticacheSubnetGroup(r ElasticacheSubnetGroup) cty.Value

func EncodeElasticacheSubnetGroup_Description

func EncodeElasticacheSubnetGroup_Description(p ElasticacheSubnetGroupParameters, vals map[string]cty.Value)

func EncodeElasticacheSubnetGroup_Name

func EncodeElasticacheSubnetGroup_Name(p ElasticacheSubnetGroupParameters, vals map[string]cty.Value)

func EncodeElasticacheSubnetGroup_SubnetIds

func EncodeElasticacheSubnetGroup_SubnetIds(p ElasticacheSubnetGroupParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeElasticacheSubnetGroup_Description

func MergeElasticacheSubnetGroup_Description(k *ElasticacheSubnetGroupParameters, p *ElasticacheSubnetGroupParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeElasticacheSubnetGroup_Name

mergePrimitiveTemplateSpec

func MergeElasticacheSubnetGroup_SubnetIds

func MergeElasticacheSubnetGroup_SubnetIds(k *ElasticacheSubnetGroupParameters, p *ElasticacheSubnetGroupParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

Types

type ElasticacheSubnetGroup

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

	Spec   ElasticacheSubnetGroupSpec   `json:"spec"`
	Status ElasticacheSubnetGroupStatus `json:"status,omitempty"`
}

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

func (*ElasticacheSubnetGroup) DeepCopy

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

func (*ElasticacheSubnetGroup) DeepCopyInto

func (in *ElasticacheSubnetGroup) DeepCopyInto(out *ElasticacheSubnetGroup)

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

func (*ElasticacheSubnetGroup) DeepCopyObject

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

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

func (*ElasticacheSubnetGroup) GetCondition

GetCondition of this ElasticacheSubnetGroup.

func (*ElasticacheSubnetGroup) GetDeletionPolicy

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

GetDeletionPolicy of this ElasticacheSubnetGroup.

func (*ElasticacheSubnetGroup) GetProviderConfigReference

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

GetProviderConfigReference of this ElasticacheSubnetGroup.

func (*ElasticacheSubnetGroup) GetProviderReference

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

GetProviderReference of this ElasticacheSubnetGroup. Deprecated: Use GetProviderConfigReference.

func (*ElasticacheSubnetGroup) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ElasticacheSubnetGroup.

func (*ElasticacheSubnetGroup) SetConditions

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

SetConditions of this ElasticacheSubnetGroup.

func (*ElasticacheSubnetGroup) SetDeletionPolicy

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

SetDeletionPolicy of this ElasticacheSubnetGroup.

func (*ElasticacheSubnetGroup) SetProviderConfigReference

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

SetProviderConfigReference of this ElasticacheSubnetGroup.

func (*ElasticacheSubnetGroup) SetProviderReference

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

SetProviderReference of this ElasticacheSubnetGroup. Deprecated: Use SetProviderConfigReference.

func (*ElasticacheSubnetGroup) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ElasticacheSubnetGroup.

type ElasticacheSubnetGroupList

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

ElasticacheSubnetGroup contains a list of ElasticacheSubnetGroupList

func (*ElasticacheSubnetGroupList) DeepCopy

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

func (*ElasticacheSubnetGroupList) DeepCopyInto

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

func (*ElasticacheSubnetGroupList) DeepCopyObject

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

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

func (*ElasticacheSubnetGroupList) GetItems

GetItems of this ElasticacheSubnetGroupList.

type ElasticacheSubnetGroupObservation

type ElasticacheSubnetGroupObservation struct{}

A ElasticacheSubnetGroupObservation records the observed state of a ElasticacheSubnetGroup

func (*ElasticacheSubnetGroupObservation) DeepCopy

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

func (*ElasticacheSubnetGroupObservation) DeepCopyInto

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

type ElasticacheSubnetGroupParameters

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

A ElasticacheSubnetGroupParameters defines the desired state of a ElasticacheSubnetGroup

func (*ElasticacheSubnetGroupParameters) DeepCopy

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

func (*ElasticacheSubnetGroupParameters) DeepCopyInto

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

type ElasticacheSubnetGroupSpec

type ElasticacheSubnetGroupSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  ElasticacheSubnetGroupParameters `json:"forProvider"`
}

A ElasticacheSubnetGroupSpec defines the desired state of a ElasticacheSubnetGroup

func (*ElasticacheSubnetGroupSpec) DeepCopy

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

func (*ElasticacheSubnetGroupSpec) DeepCopyInto

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

type ElasticacheSubnetGroupStatus

type ElasticacheSubnetGroupStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     ElasticacheSubnetGroupObservation `json:"atProvider"`
}

A ElasticacheSubnetGroupStatus defines the observed state of a ElasticacheSubnetGroup

func (*ElasticacheSubnetGroupStatus) DeepCopy

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

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