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   = "swf-domain.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeSwfDomain

func DecodeSwfDomain(prev *SwfDomain, ctyValue cty.Value) (resource.Managed, error)

func DecodeSwfDomain_Arn

func DecodeSwfDomain_Arn(p *SwfDomainObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSwfDomain_Description

func DecodeSwfDomain_Description(p *SwfDomainParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSwfDomain_Name

func DecodeSwfDomain_Name(p *SwfDomainParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSwfDomain_NamePrefix

func DecodeSwfDomain_NamePrefix(p *SwfDomainParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeSwfDomain_Tags

func DecodeSwfDomain_Tags(p *SwfDomainParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func DecodeSwfDomain_WorkflowExecutionRetentionPeriodInDays

func DecodeSwfDomain_WorkflowExecutionRetentionPeriodInDays(p *SwfDomainParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeSwfDomain

func EncodeSwfDomain(r SwfDomain) cty.Value

func EncodeSwfDomain_Arn

func EncodeSwfDomain_Arn(p SwfDomainObservation, vals map[string]cty.Value)

func EncodeSwfDomain_Description

func EncodeSwfDomain_Description(p SwfDomainParameters, vals map[string]cty.Value)

func EncodeSwfDomain_Name

func EncodeSwfDomain_Name(p SwfDomainParameters, vals map[string]cty.Value)

func EncodeSwfDomain_NamePrefix

func EncodeSwfDomain_NamePrefix(p SwfDomainParameters, vals map[string]cty.Value)

func EncodeSwfDomain_Tags

func EncodeSwfDomain_Tags(p SwfDomainParameters, vals map[string]cty.Value)

func EncodeSwfDomain_WorkflowExecutionRetentionPeriodInDays

func EncodeSwfDomain_WorkflowExecutionRetentionPeriodInDays(p SwfDomainParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeSwfDomain_Arn

mergePrimitiveTemplateStatus

func MergeSwfDomain_Description

func MergeSwfDomain_Description(k *SwfDomainParameters, p *SwfDomainParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeSwfDomain_Name

func MergeSwfDomain_Name(k *SwfDomainParameters, p *SwfDomainParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeSwfDomain_NamePrefix

func MergeSwfDomain_NamePrefix(k *SwfDomainParameters, p *SwfDomainParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeSwfDomain_Tags

func MergeSwfDomain_Tags(k *SwfDomainParameters, p *SwfDomainParameters, md *plugin.MergeDescription) bool

mergePrimitiveContainerTemplateSpec

func MergeSwfDomain_WorkflowExecutionRetentionPeriodInDays

func MergeSwfDomain_WorkflowExecutionRetentionPeriodInDays(k *SwfDomainParameters, p *SwfDomainParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type SwfDomain

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

	Spec   SwfDomainSpec   `json:"spec"`
	Status SwfDomainStatus `json:"status,omitempty"`
}

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

func (*SwfDomain) DeepCopy

func (in *SwfDomain) DeepCopy() *SwfDomain

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

func (*SwfDomain) DeepCopyInto

func (in *SwfDomain) DeepCopyInto(out *SwfDomain)

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

func (*SwfDomain) DeepCopyObject

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

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

func (*SwfDomain) GetCondition

GetCondition of this SwfDomain.

func (*SwfDomain) GetDeletionPolicy

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

GetDeletionPolicy of this SwfDomain.

func (*SwfDomain) GetProviderConfigReference

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

GetProviderConfigReference of this SwfDomain.

func (*SwfDomain) GetProviderReference

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

GetProviderReference of this SwfDomain. Deprecated: Use GetProviderConfigReference.

func (*SwfDomain) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this SwfDomain.

func (*SwfDomain) SetConditions

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

SetConditions of this SwfDomain.

func (*SwfDomain) SetDeletionPolicy

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

SetDeletionPolicy of this SwfDomain.

func (*SwfDomain) SetProviderConfigReference

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

SetProviderConfigReference of this SwfDomain.

func (*SwfDomain) SetProviderReference

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

SetProviderReference of this SwfDomain. Deprecated: Use SetProviderConfigReference.

func (*SwfDomain) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this SwfDomain.

type SwfDomainList

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

SwfDomain contains a list of SwfDomainList

func (*SwfDomainList) DeepCopy

func (in *SwfDomainList) DeepCopy() *SwfDomainList

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

func (*SwfDomainList) DeepCopyInto

func (in *SwfDomainList) DeepCopyInto(out *SwfDomainList)

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

func (*SwfDomainList) DeepCopyObject

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

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

func (*SwfDomainList) GetItems

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

GetItems of this SwfDomainList.

type SwfDomainObservation

type SwfDomainObservation struct {
	Arn string `json:"arn"`
}

A SwfDomainObservation records the observed state of a SwfDomain

func (*SwfDomainObservation) DeepCopy

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

func (*SwfDomainObservation) DeepCopyInto

func (in *SwfDomainObservation) DeepCopyInto(out *SwfDomainObservation)

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

type SwfDomainParameters

type SwfDomainParameters struct {
	Description                            string            `json:"description"`
	Name                                   string            `json:"name"`
	NamePrefix                             string            `json:"name_prefix"`
	Tags                                   map[string]string `json:"tags"`
	WorkflowExecutionRetentionPeriodInDays string            `json:"workflow_execution_retention_period_in_days"`
}

A SwfDomainParameters defines the desired state of a SwfDomain

func (*SwfDomainParameters) DeepCopy

func (in *SwfDomainParameters) DeepCopy() *SwfDomainParameters

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

func (*SwfDomainParameters) DeepCopyInto

func (in *SwfDomainParameters) DeepCopyInto(out *SwfDomainParameters)

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

type SwfDomainSpec

type SwfDomainSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  SwfDomainParameters `json:"forProvider"`
}

A SwfDomainSpec defines the desired state of a SwfDomain

func (*SwfDomainSpec) DeepCopy

func (in *SwfDomainSpec) DeepCopy() *SwfDomainSpec

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

func (*SwfDomainSpec) DeepCopyInto

func (in *SwfDomainSpec) DeepCopyInto(out *SwfDomainSpec)

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

type SwfDomainStatus

type SwfDomainStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     SwfDomainObservation `json:"atProvider"`
}

A SwfDomainStatus defines the observed state of a SwfDomain

func (*SwfDomainStatus) DeepCopy

func (in *SwfDomainStatus) DeepCopy() *SwfDomainStatus

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

func (*SwfDomainStatus) DeepCopyInto

func (in *SwfDomainStatus) DeepCopyInto(out *SwfDomainStatus)

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