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   = "cloud-9-environment-ec-2.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeCloud9EnvironmentEc2

func DecodeCloud9EnvironmentEc2(prev *Cloud9EnvironmentEc2, ctyValue cty.Value) (resource.Managed, error)

func DecodeCloud9EnvironmentEc2_Arn

func DecodeCloud9EnvironmentEc2_Arn(p *Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes

func DecodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeCloud9EnvironmentEc2_Description

func DecodeCloud9EnvironmentEc2_Description(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeCloud9EnvironmentEc2_InstanceType

func DecodeCloud9EnvironmentEc2_InstanceType(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeCloud9EnvironmentEc2_Name

func DecodeCloud9EnvironmentEc2_Name(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeCloud9EnvironmentEc2_OwnerArn

func DecodeCloud9EnvironmentEc2_OwnerArn(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeCloud9EnvironmentEc2_SubnetId

func DecodeCloud9EnvironmentEc2_SubnetId(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeCloud9EnvironmentEc2_Tags

func DecodeCloud9EnvironmentEc2_Tags(p *Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func DecodeCloud9EnvironmentEc2_Type

func DecodeCloud9EnvironmentEc2_Type(p *Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeCloud9EnvironmentEc2

func EncodeCloud9EnvironmentEc2(r Cloud9EnvironmentEc2) cty.Value

func EncodeCloud9EnvironmentEc2_Arn

func EncodeCloud9EnvironmentEc2_Arn(p Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)

func EncodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes

func EncodeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

func EncodeCloud9EnvironmentEc2_Description

func EncodeCloud9EnvironmentEc2_Description(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

func EncodeCloud9EnvironmentEc2_InstanceType

func EncodeCloud9EnvironmentEc2_InstanceType(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

func EncodeCloud9EnvironmentEc2_Name

func EncodeCloud9EnvironmentEc2_Name(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

func EncodeCloud9EnvironmentEc2_OwnerArn

func EncodeCloud9EnvironmentEc2_OwnerArn(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

func EncodeCloud9EnvironmentEc2_SubnetId

func EncodeCloud9EnvironmentEc2_SubnetId(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

func EncodeCloud9EnvironmentEc2_Tags

func EncodeCloud9EnvironmentEc2_Tags(p Cloud9EnvironmentEc2Parameters, vals map[string]cty.Value)

func EncodeCloud9EnvironmentEc2_Type

func EncodeCloud9EnvironmentEc2_Type(p Cloud9EnvironmentEc2Observation, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeCloud9EnvironmentEc2_Arn

mergePrimitiveTemplateStatus

func MergeCloud9EnvironmentEc2_AutomaticStopTimeMinutes

func MergeCloud9EnvironmentEc2_AutomaticStopTimeMinutes(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeCloud9EnvironmentEc2_Description

func MergeCloud9EnvironmentEc2_Description(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeCloud9EnvironmentEc2_InstanceType

func MergeCloud9EnvironmentEc2_InstanceType(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeCloud9EnvironmentEc2_Name

mergePrimitiveTemplateSpec

func MergeCloud9EnvironmentEc2_OwnerArn

func MergeCloud9EnvironmentEc2_OwnerArn(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeCloud9EnvironmentEc2_SubnetId

func MergeCloud9EnvironmentEc2_SubnetId(k *Cloud9EnvironmentEc2Parameters, p *Cloud9EnvironmentEc2Parameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeCloud9EnvironmentEc2_Tags

mergePrimitiveContainerTemplateSpec

func MergeCloud9EnvironmentEc2_Type

mergePrimitiveTemplateStatus

Types

type Cloud9EnvironmentEc2

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

	Spec   Cloud9EnvironmentEc2Spec   `json:"spec"`
	Status Cloud9EnvironmentEc2Status `json:"status,omitempty"`
}

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

func (*Cloud9EnvironmentEc2) DeepCopy

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

func (*Cloud9EnvironmentEc2) DeepCopyInto

func (in *Cloud9EnvironmentEc2) DeepCopyInto(out *Cloud9EnvironmentEc2)

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

func (*Cloud9EnvironmentEc2) DeepCopyObject

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

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

func (*Cloud9EnvironmentEc2) GetCondition

GetCondition of this Cloud9EnvironmentEc2.

func (*Cloud9EnvironmentEc2) GetDeletionPolicy

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

GetDeletionPolicy of this Cloud9EnvironmentEc2.

func (*Cloud9EnvironmentEc2) GetProviderConfigReference

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

GetProviderConfigReference of this Cloud9EnvironmentEc2.

func (*Cloud9EnvironmentEc2) GetProviderReference

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

GetProviderReference of this Cloud9EnvironmentEc2. Deprecated: Use GetProviderConfigReference.

func (*Cloud9EnvironmentEc2) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Cloud9EnvironmentEc2.

func (*Cloud9EnvironmentEc2) SetConditions

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

SetConditions of this Cloud9EnvironmentEc2.

func (*Cloud9EnvironmentEc2) SetDeletionPolicy

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

SetDeletionPolicy of this Cloud9EnvironmentEc2.

func (*Cloud9EnvironmentEc2) SetProviderConfigReference

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

SetProviderConfigReference of this Cloud9EnvironmentEc2.

func (*Cloud9EnvironmentEc2) SetProviderReference

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

SetProviderReference of this Cloud9EnvironmentEc2. Deprecated: Use SetProviderConfigReference.

func (*Cloud9EnvironmentEc2) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Cloud9EnvironmentEc2.

type Cloud9EnvironmentEc2List

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

Cloud9EnvironmentEc2 contains a list of Cloud9EnvironmentEc2List

func (*Cloud9EnvironmentEc2List) DeepCopy

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

func (*Cloud9EnvironmentEc2List) DeepCopyInto

func (in *Cloud9EnvironmentEc2List) DeepCopyInto(out *Cloud9EnvironmentEc2List)

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

func (*Cloud9EnvironmentEc2List) DeepCopyObject

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

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

func (*Cloud9EnvironmentEc2List) GetItems

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

GetItems of this Cloud9EnvironmentEc2List.

type Cloud9EnvironmentEc2Observation

type Cloud9EnvironmentEc2Observation struct {
	Arn  string `json:"arn"`
	Type string `json:"type"`
}

A Cloud9EnvironmentEc2Observation records the observed state of a Cloud9EnvironmentEc2

func (*Cloud9EnvironmentEc2Observation) DeepCopy

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

func (*Cloud9EnvironmentEc2Observation) DeepCopyInto

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

type Cloud9EnvironmentEc2Parameters

type Cloud9EnvironmentEc2Parameters struct {
	AutomaticStopTimeMinutes int64             `json:"automatic_stop_time_minutes"`
	Name                     string            `json:"name"`
	Tags                     map[string]string `json:"tags"`
	Description              string            `json:"description"`
	InstanceType             string            `json:"instance_type"`
	OwnerArn                 string            `json:"owner_arn"`
	SubnetId                 string            `json:"subnet_id"`
}

A Cloud9EnvironmentEc2Parameters defines the desired state of a Cloud9EnvironmentEc2

func (*Cloud9EnvironmentEc2Parameters) DeepCopy

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

func (*Cloud9EnvironmentEc2Parameters) DeepCopyInto

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

type Cloud9EnvironmentEc2Spec

type Cloud9EnvironmentEc2Spec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  Cloud9EnvironmentEc2Parameters `json:"forProvider"`
}

A Cloud9EnvironmentEc2Spec defines the desired state of a Cloud9EnvironmentEc2

func (*Cloud9EnvironmentEc2Spec) DeepCopy

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

func (*Cloud9EnvironmentEc2Spec) DeepCopyInto

func (in *Cloud9EnvironmentEc2Spec) DeepCopyInto(out *Cloud9EnvironmentEc2Spec)

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

type Cloud9EnvironmentEc2Status

type Cloud9EnvironmentEc2Status struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     Cloud9EnvironmentEc2Observation `json:"atProvider"`
}

A Cloud9EnvironmentEc2Status defines the observed state of a Cloud9EnvironmentEc2

func (*Cloud9EnvironmentEc2Status) DeepCopy

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

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