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   = "service-discovery-private-dns-namespace.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeServiceDiscoveryPrivateDnsNamespace

func DecodeServiceDiscoveryPrivateDnsNamespace(prev *ServiceDiscoveryPrivateDnsNamespace, ctyValue cty.Value) (resource.Managed, error)

func DecodeServiceDiscoveryPrivateDnsNamespace_Arn

func DecodeServiceDiscoveryPrivateDnsNamespace_Arn(p *ServiceDiscoveryPrivateDnsNamespaceObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeServiceDiscoveryPrivateDnsNamespace_Description

func DecodeServiceDiscoveryPrivateDnsNamespace_Description(p *ServiceDiscoveryPrivateDnsNamespaceParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeServiceDiscoveryPrivateDnsNamespace_HostedZone

func DecodeServiceDiscoveryPrivateDnsNamespace_HostedZone(p *ServiceDiscoveryPrivateDnsNamespaceObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeServiceDiscoveryPrivateDnsNamespace_Name

func DecodeServiceDiscoveryPrivateDnsNamespace_Name(p *ServiceDiscoveryPrivateDnsNamespaceParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeServiceDiscoveryPrivateDnsNamespace_Tags

func DecodeServiceDiscoveryPrivateDnsNamespace_Tags(p *ServiceDiscoveryPrivateDnsNamespaceParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func DecodeServiceDiscoveryPrivateDnsNamespace_Vpc

func DecodeServiceDiscoveryPrivateDnsNamespace_Vpc(p *ServiceDiscoveryPrivateDnsNamespaceParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeServiceDiscoveryPrivateDnsNamespace

func EncodeServiceDiscoveryPrivateDnsNamespace(r ServiceDiscoveryPrivateDnsNamespace) cty.Value

func EncodeServiceDiscoveryPrivateDnsNamespace_Arn

func EncodeServiceDiscoveryPrivateDnsNamespace_Arn(p ServiceDiscoveryPrivateDnsNamespaceObservation, vals map[string]cty.Value)

func EncodeServiceDiscoveryPrivateDnsNamespace_Description

func EncodeServiceDiscoveryPrivateDnsNamespace_Description(p ServiceDiscoveryPrivateDnsNamespaceParameters, vals map[string]cty.Value)

func EncodeServiceDiscoveryPrivateDnsNamespace_HostedZone

func EncodeServiceDiscoveryPrivateDnsNamespace_HostedZone(p ServiceDiscoveryPrivateDnsNamespaceObservation, vals map[string]cty.Value)

func EncodeServiceDiscoveryPrivateDnsNamespace_Name

func EncodeServiceDiscoveryPrivateDnsNamespace_Name(p ServiceDiscoveryPrivateDnsNamespaceParameters, vals map[string]cty.Value)

func EncodeServiceDiscoveryPrivateDnsNamespace_Tags

func EncodeServiceDiscoveryPrivateDnsNamespace_Tags(p ServiceDiscoveryPrivateDnsNamespaceParameters, vals map[string]cty.Value)

func EncodeServiceDiscoveryPrivateDnsNamespace_Vpc

func EncodeServiceDiscoveryPrivateDnsNamespace_Vpc(p ServiceDiscoveryPrivateDnsNamespaceParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeServiceDiscoveryPrivateDnsNamespace_Tags

mergePrimitiveContainerTemplateSpec

Types

type ServiceDiscoveryPrivateDnsNamespace

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

	Spec   ServiceDiscoveryPrivateDnsNamespaceSpec   `json:"spec"`
	Status ServiceDiscoveryPrivateDnsNamespaceStatus `json:"status,omitempty"`
}

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

func (*ServiceDiscoveryPrivateDnsNamespace) DeepCopy

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

func (*ServiceDiscoveryPrivateDnsNamespace) DeepCopyInto

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

func (*ServiceDiscoveryPrivateDnsNamespace) DeepCopyObject

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

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

func (*ServiceDiscoveryPrivateDnsNamespace) GetCondition

GetCondition of this ServiceDiscoveryPrivateDnsNamespace.

func (*ServiceDiscoveryPrivateDnsNamespace) GetDeletionPolicy

GetDeletionPolicy of this ServiceDiscoveryPrivateDnsNamespace.

func (*ServiceDiscoveryPrivateDnsNamespace) GetProviderConfigReference

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

GetProviderConfigReference of this ServiceDiscoveryPrivateDnsNamespace.

func (*ServiceDiscoveryPrivateDnsNamespace) GetProviderReference

GetProviderReference of this ServiceDiscoveryPrivateDnsNamespace. Deprecated: Use GetProviderConfigReference.

func (*ServiceDiscoveryPrivateDnsNamespace) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ServiceDiscoveryPrivateDnsNamespace.

func (*ServiceDiscoveryPrivateDnsNamespace) SetConditions

SetConditions of this ServiceDiscoveryPrivateDnsNamespace.

func (*ServiceDiscoveryPrivateDnsNamespace) SetDeletionPolicy

SetDeletionPolicy of this ServiceDiscoveryPrivateDnsNamespace.

func (*ServiceDiscoveryPrivateDnsNamespace) SetProviderConfigReference

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

SetProviderConfigReference of this ServiceDiscoveryPrivateDnsNamespace.

func (*ServiceDiscoveryPrivateDnsNamespace) SetProviderReference

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

SetProviderReference of this ServiceDiscoveryPrivateDnsNamespace. Deprecated: Use SetProviderConfigReference.

func (*ServiceDiscoveryPrivateDnsNamespace) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ServiceDiscoveryPrivateDnsNamespace.

type ServiceDiscoveryPrivateDnsNamespaceList

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

ServiceDiscoveryPrivateDnsNamespace contains a list of ServiceDiscoveryPrivateDnsNamespaceList

func (*ServiceDiscoveryPrivateDnsNamespaceList) DeepCopy

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

func (*ServiceDiscoveryPrivateDnsNamespaceList) DeepCopyInto

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

func (*ServiceDiscoveryPrivateDnsNamespaceList) DeepCopyObject

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

func (*ServiceDiscoveryPrivateDnsNamespaceList) GetItems

GetItems of this ServiceDiscoveryPrivateDnsNamespaceList.

type ServiceDiscoveryPrivateDnsNamespaceObservation

type ServiceDiscoveryPrivateDnsNamespaceObservation struct {
	Arn        string `json:"arn"`
	HostedZone string `json:"hosted_zone"`
}

A ServiceDiscoveryPrivateDnsNamespaceObservation records the observed state of a ServiceDiscoveryPrivateDnsNamespace

func (*ServiceDiscoveryPrivateDnsNamespaceObservation) DeepCopy

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

func (*ServiceDiscoveryPrivateDnsNamespaceObservation) DeepCopyInto

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

type ServiceDiscoveryPrivateDnsNamespaceParameters

type ServiceDiscoveryPrivateDnsNamespaceParameters struct {
	Name        string            `json:"name"`
	Tags        map[string]string `json:"tags"`
	Vpc         string            `json:"vpc"`
	Description string            `json:"description"`
}

A ServiceDiscoveryPrivateDnsNamespaceParameters defines the desired state of a ServiceDiscoveryPrivateDnsNamespace

func (*ServiceDiscoveryPrivateDnsNamespaceParameters) DeepCopy

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

func (*ServiceDiscoveryPrivateDnsNamespaceParameters) DeepCopyInto

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

type ServiceDiscoveryPrivateDnsNamespaceSpec

type ServiceDiscoveryPrivateDnsNamespaceSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  ServiceDiscoveryPrivateDnsNamespaceParameters `json:"forProvider"`
}

A ServiceDiscoveryPrivateDnsNamespaceSpec defines the desired state of a ServiceDiscoveryPrivateDnsNamespace

func (*ServiceDiscoveryPrivateDnsNamespaceSpec) DeepCopy

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

func (*ServiceDiscoveryPrivateDnsNamespaceSpec) DeepCopyInto

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

type ServiceDiscoveryPrivateDnsNamespaceStatus

type ServiceDiscoveryPrivateDnsNamespaceStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     ServiceDiscoveryPrivateDnsNamespaceObservation `json:"atProvider"`
}

A ServiceDiscoveryPrivateDnsNamespaceStatus defines the observed state of a ServiceDiscoveryPrivateDnsNamespace

func (*ServiceDiscoveryPrivateDnsNamespaceStatus) DeepCopy

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

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