Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeElasticacheSubnetGroup(prev *ElasticacheSubnetGroup, ctyValue cty.Value) (resource.Managed, error)
- func DecodeElasticacheSubnetGroup_Description(p *ElasticacheSubnetGroupParameters, vals map[string]cty.Value)
- func DecodeElasticacheSubnetGroup_Name(p *ElasticacheSubnetGroupParameters, vals map[string]cty.Value)
- func DecodeElasticacheSubnetGroup_SubnetIds(p *ElasticacheSubnetGroupParameters, vals map[string]cty.Value)
- func EncodeElasticacheSubnetGroup(r ElasticacheSubnetGroup) cty.Value
- func EncodeElasticacheSubnetGroup_Description(p ElasticacheSubnetGroupParameters, vals map[string]cty.Value)
- func EncodeElasticacheSubnetGroup_Name(p ElasticacheSubnetGroupParameters, vals map[string]cty.Value)
- func EncodeElasticacheSubnetGroup_SubnetIds(p ElasticacheSubnetGroupParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeElasticacheSubnetGroup_Description(k *ElasticacheSubnetGroupParameters, p *ElasticacheSubnetGroupParameters, ...) bool
- func MergeElasticacheSubnetGroup_Name(k *ElasticacheSubnetGroupParameters, p *ElasticacheSubnetGroupParameters, ...) bool
- func MergeElasticacheSubnetGroup_SubnetIds(k *ElasticacheSubnetGroupParameters, p *ElasticacheSubnetGroupParameters, ...) bool
- type ElasticacheSubnetGroup
- func (in *ElasticacheSubnetGroup) DeepCopy() *ElasticacheSubnetGroup
- func (in *ElasticacheSubnetGroup) DeepCopyInto(out *ElasticacheSubnetGroup)
- func (in *ElasticacheSubnetGroup) DeepCopyObject() runtime.Object
- func (mg *ElasticacheSubnetGroup) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *ElasticacheSubnetGroup) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *ElasticacheSubnetGroup) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *ElasticacheSubnetGroup) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *ElasticacheSubnetGroup) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *ElasticacheSubnetGroup) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *ElasticacheSubnetGroup) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *ElasticacheSubnetGroup) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *ElasticacheSubnetGroup) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *ElasticacheSubnetGroup) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type ElasticacheSubnetGroupList
- type ElasticacheSubnetGroupObservation
- type ElasticacheSubnetGroupParameters
- type ElasticacheSubnetGroupSpec
- type ElasticacheSubnetGroupStatus
Constants ¶
const ( Group = "elasticache-subnet-group.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "ElasticacheSubnetGroup" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_elasticache_subnet_group" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
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 ¶
func MergeElasticacheSubnetGroup_Name(k *ElasticacheSubnetGroupParameters, p *ElasticacheSubnetGroupParameters, md *plugin.MergeDescription) bool
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 ¶
func (in *ElasticacheSubnetGroup) DeepCopy() *ElasticacheSubnetGroup
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 ¶
func (mg *ElasticacheSubnetGroup) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
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 ¶
func (in *ElasticacheSubnetGroupList) DeepCopy() *ElasticacheSubnetGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticacheSubnetGroupList.
func (*ElasticacheSubnetGroupList) DeepCopyInto ¶
func (in *ElasticacheSubnetGroupList) DeepCopyInto(out *ElasticacheSubnetGroupList)
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 ¶
func (l *ElasticacheSubnetGroupList) GetItems() []resource.Managed
GetItems of this ElasticacheSubnetGroupList.
type ElasticacheSubnetGroupObservation ¶
type ElasticacheSubnetGroupObservation struct{}
A ElasticacheSubnetGroupObservation records the observed state of a ElasticacheSubnetGroup
func (*ElasticacheSubnetGroupObservation) DeepCopy ¶
func (in *ElasticacheSubnetGroupObservation) DeepCopy() *ElasticacheSubnetGroupObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticacheSubnetGroupObservation.
func (*ElasticacheSubnetGroupObservation) DeepCopyInto ¶
func (in *ElasticacheSubnetGroupObservation) DeepCopyInto(out *ElasticacheSubnetGroupObservation)
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 ¶
func (in *ElasticacheSubnetGroupParameters) DeepCopy() *ElasticacheSubnetGroupParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticacheSubnetGroupParameters.
func (*ElasticacheSubnetGroupParameters) DeepCopyInto ¶
func (in *ElasticacheSubnetGroupParameters) DeepCopyInto(out *ElasticacheSubnetGroupParameters)
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 ¶
func (in *ElasticacheSubnetGroupSpec) DeepCopy() *ElasticacheSubnetGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticacheSubnetGroupSpec.
func (*ElasticacheSubnetGroupSpec) DeepCopyInto ¶
func (in *ElasticacheSubnetGroupSpec) DeepCopyInto(out *ElasticacheSubnetGroupSpec)
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 ¶
func (in *ElasticacheSubnetGroupStatus) DeepCopy() *ElasticacheSubnetGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ElasticacheSubnetGroupStatus.
func (*ElasticacheSubnetGroupStatus) DeepCopyInto ¶
func (in *ElasticacheSubnetGroupStatus) DeepCopyInto(out *ElasticacheSubnetGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.