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   = "lb-target-group-attachment.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeLbTargetGroupAttachment

func DecodeLbTargetGroupAttachment(prev *LbTargetGroupAttachment, ctyValue cty.Value) (resource.Managed, error)

func DecodeLbTargetGroupAttachment_AvailabilityZone

func DecodeLbTargetGroupAttachment_AvailabilityZone(p *LbTargetGroupAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLbTargetGroupAttachment_Port

func DecodeLbTargetGroupAttachment_Port(p *LbTargetGroupAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLbTargetGroupAttachment_TargetGroupArn

func DecodeLbTargetGroupAttachment_TargetGroupArn(p *LbTargetGroupAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLbTargetGroupAttachment_TargetId

func DecodeLbTargetGroupAttachment_TargetId(p *LbTargetGroupAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeLbTargetGroupAttachment

func EncodeLbTargetGroupAttachment(r LbTargetGroupAttachment) cty.Value

func EncodeLbTargetGroupAttachment_AvailabilityZone

func EncodeLbTargetGroupAttachment_AvailabilityZone(p LbTargetGroupAttachmentParameters, vals map[string]cty.Value)

func EncodeLbTargetGroupAttachment_Port

func EncodeLbTargetGroupAttachment_Port(p LbTargetGroupAttachmentParameters, vals map[string]cty.Value)

func EncodeLbTargetGroupAttachment_TargetGroupArn

func EncodeLbTargetGroupAttachment_TargetGroupArn(p LbTargetGroupAttachmentParameters, vals map[string]cty.Value)

func EncodeLbTargetGroupAttachment_TargetId

func EncodeLbTargetGroupAttachment_TargetId(p LbTargetGroupAttachmentParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeLbTargetGroupAttachment_AvailabilityZone

func MergeLbTargetGroupAttachment_AvailabilityZone(k *LbTargetGroupAttachmentParameters, p *LbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeLbTargetGroupAttachment_Port

mergePrimitiveTemplateSpec

func MergeLbTargetGroupAttachment_TargetGroupArn

func MergeLbTargetGroupAttachment_TargetGroupArn(k *LbTargetGroupAttachmentParameters, p *LbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeLbTargetGroupAttachment_TargetId

func MergeLbTargetGroupAttachment_TargetId(k *LbTargetGroupAttachmentParameters, p *LbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type LbTargetGroupAttachment

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

	Spec   LbTargetGroupAttachmentSpec   `json:"spec"`
	Status LbTargetGroupAttachmentStatus `json:"status,omitempty"`
}

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

func (*LbTargetGroupAttachment) DeepCopy

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

func (*LbTargetGroupAttachment) DeepCopyInto

func (in *LbTargetGroupAttachment) DeepCopyInto(out *LbTargetGroupAttachment)

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

func (*LbTargetGroupAttachment) DeepCopyObject

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

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

func (*LbTargetGroupAttachment) GetCondition

GetCondition of this LbTargetGroupAttachment.

func (*LbTargetGroupAttachment) GetDeletionPolicy

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

GetDeletionPolicy of this LbTargetGroupAttachment.

func (*LbTargetGroupAttachment) GetProviderConfigReference

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

GetProviderConfigReference of this LbTargetGroupAttachment.

func (*LbTargetGroupAttachment) GetProviderReference

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

GetProviderReference of this LbTargetGroupAttachment. Deprecated: Use GetProviderConfigReference.

func (*LbTargetGroupAttachment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this LbTargetGroupAttachment.

func (*LbTargetGroupAttachment) SetConditions

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

SetConditions of this LbTargetGroupAttachment.

func (*LbTargetGroupAttachment) SetDeletionPolicy

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

SetDeletionPolicy of this LbTargetGroupAttachment.

func (*LbTargetGroupAttachment) SetProviderConfigReference

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

SetProviderConfigReference of this LbTargetGroupAttachment.

func (*LbTargetGroupAttachment) SetProviderReference

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

SetProviderReference of this LbTargetGroupAttachment. Deprecated: Use SetProviderConfigReference.

func (*LbTargetGroupAttachment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this LbTargetGroupAttachment.

type LbTargetGroupAttachmentList

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

LbTargetGroupAttachment contains a list of LbTargetGroupAttachmentList

func (*LbTargetGroupAttachmentList) DeepCopy

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

func (*LbTargetGroupAttachmentList) DeepCopyInto

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

func (*LbTargetGroupAttachmentList) DeepCopyObject

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

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

func (*LbTargetGroupAttachmentList) GetItems

GetItems of this LbTargetGroupAttachmentList.

type LbTargetGroupAttachmentObservation

type LbTargetGroupAttachmentObservation struct{}

A LbTargetGroupAttachmentObservation records the observed state of a LbTargetGroupAttachment

func (*LbTargetGroupAttachmentObservation) DeepCopy

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

func (*LbTargetGroupAttachmentObservation) DeepCopyInto

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

type LbTargetGroupAttachmentParameters

type LbTargetGroupAttachmentParameters struct {
	AvailabilityZone string `json:"availability_zone"`
	Port             int64  `json:"port"`
	TargetGroupArn   string `json:"target_group_arn"`
	TargetId         string `json:"target_id"`
}

A LbTargetGroupAttachmentParameters defines the desired state of a LbTargetGroupAttachment

func (*LbTargetGroupAttachmentParameters) DeepCopy

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

func (*LbTargetGroupAttachmentParameters) DeepCopyInto

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

type LbTargetGroupAttachmentSpec

type LbTargetGroupAttachmentSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  LbTargetGroupAttachmentParameters `json:"forProvider"`
}

A LbTargetGroupAttachmentSpec defines the desired state of a LbTargetGroupAttachment

func (*LbTargetGroupAttachmentSpec) DeepCopy

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

func (*LbTargetGroupAttachmentSpec) DeepCopyInto

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

type LbTargetGroupAttachmentStatus

type LbTargetGroupAttachmentStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     LbTargetGroupAttachmentObservation `json:"atProvider"`
}

A LbTargetGroupAttachmentStatus defines the observed state of a LbTargetGroupAttachment

func (*LbTargetGroupAttachmentStatus) DeepCopy

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

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