Documentation
¶
Index ¶
- Constants
- Variables
- func DecodeServiceDiscoveryHttpNamespace(prev *ServiceDiscoveryHttpNamespace, ctyValue cty.Value) (resource.Managed, error)
- func DecodeServiceDiscoveryHttpNamespace_Arn(p *ServiceDiscoveryHttpNamespaceObservation, vals map[string]cty.Value)
- func DecodeServiceDiscoveryHttpNamespace_Description(p *ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
- func DecodeServiceDiscoveryHttpNamespace_Name(p *ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
- func DecodeServiceDiscoveryHttpNamespace_Tags(p *ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
- func EncodeServiceDiscoveryHttpNamespace(r ServiceDiscoveryHttpNamespace) cty.Value
- func EncodeServiceDiscoveryHttpNamespace_Arn(p ServiceDiscoveryHttpNamespaceObservation, vals map[string]cty.Value)
- func EncodeServiceDiscoveryHttpNamespace_Description(p ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
- func EncodeServiceDiscoveryHttpNamespace_Name(p ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
- func EncodeServiceDiscoveryHttpNamespace_Tags(p ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeServiceDiscoveryHttpNamespace_Arn(k *ServiceDiscoveryHttpNamespaceObservation, ...) bool
- func MergeServiceDiscoveryHttpNamespace_Description(k *ServiceDiscoveryHttpNamespaceParameters, ...) bool
- func MergeServiceDiscoveryHttpNamespace_Name(k *ServiceDiscoveryHttpNamespaceParameters, ...) bool
- func MergeServiceDiscoveryHttpNamespace_Tags(k *ServiceDiscoveryHttpNamespaceParameters, ...) bool
- type ServiceDiscoveryHttpNamespace
- func (in *ServiceDiscoveryHttpNamespace) DeepCopy() *ServiceDiscoveryHttpNamespace
- func (in *ServiceDiscoveryHttpNamespace) DeepCopyInto(out *ServiceDiscoveryHttpNamespace)
- func (in *ServiceDiscoveryHttpNamespace) DeepCopyObject() runtime.Object
- func (mg *ServiceDiscoveryHttpNamespace) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *ServiceDiscoveryHttpNamespace) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *ServiceDiscoveryHttpNamespace) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *ServiceDiscoveryHttpNamespace) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *ServiceDiscoveryHttpNamespace) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *ServiceDiscoveryHttpNamespace) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *ServiceDiscoveryHttpNamespace) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *ServiceDiscoveryHttpNamespace) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *ServiceDiscoveryHttpNamespace) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *ServiceDiscoveryHttpNamespace) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type ServiceDiscoveryHttpNamespaceList
- func (in *ServiceDiscoveryHttpNamespaceList) DeepCopy() *ServiceDiscoveryHttpNamespaceList
- func (in *ServiceDiscoveryHttpNamespaceList) DeepCopyInto(out *ServiceDiscoveryHttpNamespaceList)
- func (in *ServiceDiscoveryHttpNamespaceList) DeepCopyObject() runtime.Object
- func (l *ServiceDiscoveryHttpNamespaceList) GetItems() []resource.Managed
- type ServiceDiscoveryHttpNamespaceObservation
- type ServiceDiscoveryHttpNamespaceParameters
- type ServiceDiscoveryHttpNamespaceSpec
- type ServiceDiscoveryHttpNamespaceStatus
Constants ¶
const ( Group = "service-discovery-http-namespace.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "ServiceDiscoveryHttpNamespace" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_service_discovery_http_namespace" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeServiceDiscoveryHttpNamespace_Arn ¶
func DecodeServiceDiscoveryHttpNamespace_Arn(p *ServiceDiscoveryHttpNamespaceObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeServiceDiscoveryHttpNamespace_Description ¶
func DecodeServiceDiscoveryHttpNamespace_Description(p *ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeServiceDiscoveryHttpNamespace_Name ¶
func DecodeServiceDiscoveryHttpNamespace_Name(p *ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeServiceDiscoveryHttpNamespace_Tags ¶
func DecodeServiceDiscoveryHttpNamespace_Tags(p *ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func EncodeServiceDiscoveryHttpNamespace ¶
func EncodeServiceDiscoveryHttpNamespace(r ServiceDiscoveryHttpNamespace) cty.Value
func EncodeServiceDiscoveryHttpNamespace_Arn ¶
func EncodeServiceDiscoveryHttpNamespace_Arn(p ServiceDiscoveryHttpNamespaceObservation, vals map[string]cty.Value)
func EncodeServiceDiscoveryHttpNamespace_Description ¶
func EncodeServiceDiscoveryHttpNamespace_Description(p ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
func EncodeServiceDiscoveryHttpNamespace_Name ¶
func EncodeServiceDiscoveryHttpNamespace_Name(p ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
func EncodeServiceDiscoveryHttpNamespace_Tags ¶
func EncodeServiceDiscoveryHttpNamespace_Tags(p ServiceDiscoveryHttpNamespaceParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeServiceDiscoveryHttpNamespace_Arn ¶
func MergeServiceDiscoveryHttpNamespace_Arn(k *ServiceDiscoveryHttpNamespaceObservation, p *ServiceDiscoveryHttpNamespaceObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeServiceDiscoveryHttpNamespace_Description ¶
func MergeServiceDiscoveryHttpNamespace_Description(k *ServiceDiscoveryHttpNamespaceParameters, p *ServiceDiscoveryHttpNamespaceParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeServiceDiscoveryHttpNamespace_Name ¶
func MergeServiceDiscoveryHttpNamespace_Name(k *ServiceDiscoveryHttpNamespaceParameters, p *ServiceDiscoveryHttpNamespaceParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeServiceDiscoveryHttpNamespace_Tags ¶
func MergeServiceDiscoveryHttpNamespace_Tags(k *ServiceDiscoveryHttpNamespaceParameters, p *ServiceDiscoveryHttpNamespaceParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
Types ¶
type ServiceDiscoveryHttpNamespace ¶
type ServiceDiscoveryHttpNamespace struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ServiceDiscoveryHttpNamespaceSpec `json:"spec"` Status ServiceDiscoveryHttpNamespaceStatus `json:"status,omitempty"` }
ServiceDiscoveryHttpNamespace is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*ServiceDiscoveryHttpNamespace) DeepCopy ¶
func (in *ServiceDiscoveryHttpNamespace) DeepCopy() *ServiceDiscoveryHttpNamespace
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDiscoveryHttpNamespace.
func (*ServiceDiscoveryHttpNamespace) DeepCopyInto ¶
func (in *ServiceDiscoveryHttpNamespace) DeepCopyInto(out *ServiceDiscoveryHttpNamespace)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceDiscoveryHttpNamespace) DeepCopyObject ¶
func (in *ServiceDiscoveryHttpNamespace) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ServiceDiscoveryHttpNamespace) GetCondition ¶
func (mg *ServiceDiscoveryHttpNamespace) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this ServiceDiscoveryHttpNamespace.
func (*ServiceDiscoveryHttpNamespace) GetDeletionPolicy ¶
func (mg *ServiceDiscoveryHttpNamespace) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this ServiceDiscoveryHttpNamespace.
func (*ServiceDiscoveryHttpNamespace) GetProviderConfigReference ¶
func (mg *ServiceDiscoveryHttpNamespace) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this ServiceDiscoveryHttpNamespace.
func (*ServiceDiscoveryHttpNamespace) GetProviderReference ¶
func (mg *ServiceDiscoveryHttpNamespace) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this ServiceDiscoveryHttpNamespace. Deprecated: Use GetProviderConfigReference.
func (*ServiceDiscoveryHttpNamespace) GetWriteConnectionSecretToReference ¶
func (mg *ServiceDiscoveryHttpNamespace) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this ServiceDiscoveryHttpNamespace.
func (*ServiceDiscoveryHttpNamespace) SetConditions ¶
func (mg *ServiceDiscoveryHttpNamespace) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this ServiceDiscoveryHttpNamespace.
func (*ServiceDiscoveryHttpNamespace) SetDeletionPolicy ¶
func (mg *ServiceDiscoveryHttpNamespace) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this ServiceDiscoveryHttpNamespace.
func (*ServiceDiscoveryHttpNamespace) SetProviderConfigReference ¶
func (mg *ServiceDiscoveryHttpNamespace) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this ServiceDiscoveryHttpNamespace.
func (*ServiceDiscoveryHttpNamespace) SetProviderReference ¶
func (mg *ServiceDiscoveryHttpNamespace) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this ServiceDiscoveryHttpNamespace. Deprecated: Use SetProviderConfigReference.
func (*ServiceDiscoveryHttpNamespace) SetWriteConnectionSecretToReference ¶
func (mg *ServiceDiscoveryHttpNamespace) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this ServiceDiscoveryHttpNamespace.
type ServiceDiscoveryHttpNamespaceList ¶
type ServiceDiscoveryHttpNamespaceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ServiceDiscoveryHttpNamespace `json:"items"` }
ServiceDiscoveryHttpNamespace contains a list of ServiceDiscoveryHttpNamespaceList
func (*ServiceDiscoveryHttpNamespaceList) DeepCopy ¶
func (in *ServiceDiscoveryHttpNamespaceList) DeepCopy() *ServiceDiscoveryHttpNamespaceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDiscoveryHttpNamespaceList.
func (*ServiceDiscoveryHttpNamespaceList) DeepCopyInto ¶
func (in *ServiceDiscoveryHttpNamespaceList) DeepCopyInto(out *ServiceDiscoveryHttpNamespaceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceDiscoveryHttpNamespaceList) DeepCopyObject ¶
func (in *ServiceDiscoveryHttpNamespaceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ServiceDiscoveryHttpNamespaceList) GetItems ¶
func (l *ServiceDiscoveryHttpNamespaceList) GetItems() []resource.Managed
GetItems of this ServiceDiscoveryHttpNamespaceList.
type ServiceDiscoveryHttpNamespaceObservation ¶
type ServiceDiscoveryHttpNamespaceObservation struct {
Arn string `json:"arn"`
}
A ServiceDiscoveryHttpNamespaceObservation records the observed state of a ServiceDiscoveryHttpNamespace
func (*ServiceDiscoveryHttpNamespaceObservation) DeepCopy ¶
func (in *ServiceDiscoveryHttpNamespaceObservation) DeepCopy() *ServiceDiscoveryHttpNamespaceObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDiscoveryHttpNamespaceObservation.
func (*ServiceDiscoveryHttpNamespaceObservation) DeepCopyInto ¶
func (in *ServiceDiscoveryHttpNamespaceObservation) DeepCopyInto(out *ServiceDiscoveryHttpNamespaceObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceDiscoveryHttpNamespaceParameters ¶
type ServiceDiscoveryHttpNamespaceParameters struct { Description string `json:"description"` Name string `json:"name"` Tags map[string]string `json:"tags"` }
A ServiceDiscoveryHttpNamespaceParameters defines the desired state of a ServiceDiscoveryHttpNamespace
func (*ServiceDiscoveryHttpNamespaceParameters) DeepCopy ¶
func (in *ServiceDiscoveryHttpNamespaceParameters) DeepCopy() *ServiceDiscoveryHttpNamespaceParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDiscoveryHttpNamespaceParameters.
func (*ServiceDiscoveryHttpNamespaceParameters) DeepCopyInto ¶
func (in *ServiceDiscoveryHttpNamespaceParameters) DeepCopyInto(out *ServiceDiscoveryHttpNamespaceParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceDiscoveryHttpNamespaceSpec ¶
type ServiceDiscoveryHttpNamespaceSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider ServiceDiscoveryHttpNamespaceParameters `json:"forProvider"` }
A ServiceDiscoveryHttpNamespaceSpec defines the desired state of a ServiceDiscoveryHttpNamespace
func (*ServiceDiscoveryHttpNamespaceSpec) DeepCopy ¶
func (in *ServiceDiscoveryHttpNamespaceSpec) DeepCopy() *ServiceDiscoveryHttpNamespaceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDiscoveryHttpNamespaceSpec.
func (*ServiceDiscoveryHttpNamespaceSpec) DeepCopyInto ¶
func (in *ServiceDiscoveryHttpNamespaceSpec) DeepCopyInto(out *ServiceDiscoveryHttpNamespaceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceDiscoveryHttpNamespaceStatus ¶
type ServiceDiscoveryHttpNamespaceStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider ServiceDiscoveryHttpNamespaceObservation `json:"atProvider"` }
A ServiceDiscoveryHttpNamespaceStatus defines the observed state of a ServiceDiscoveryHttpNamespace
func (*ServiceDiscoveryHttpNamespaceStatus) DeepCopy ¶
func (in *ServiceDiscoveryHttpNamespaceStatus) DeepCopy() *ServiceDiscoveryHttpNamespaceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceDiscoveryHttpNamespaceStatus.
func (*ServiceDiscoveryHttpNamespaceStatus) DeepCopyInto ¶
func (in *ServiceDiscoveryHttpNamespaceStatus) DeepCopyInto(out *ServiceDiscoveryHttpNamespaceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.