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

Package type metadata.

Variables

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

Functions

func DecodeAlbTargetGroupAttachment

func DecodeAlbTargetGroupAttachment(prev *AlbTargetGroupAttachment, ctyValue cty.Value) (resource.Managed, error)

func DecodeAlbTargetGroupAttachment_AvailabilityZone

func DecodeAlbTargetGroupAttachment_AvailabilityZone(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeAlbTargetGroupAttachment_Port

func DecodeAlbTargetGroupAttachment_Port(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeAlbTargetGroupAttachment_TargetGroupArn

func DecodeAlbTargetGroupAttachment_TargetGroupArn(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeAlbTargetGroupAttachment_TargetId

func DecodeAlbTargetGroupAttachment_TargetId(p *AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeAlbTargetGroupAttachment

func EncodeAlbTargetGroupAttachment(r AlbTargetGroupAttachment) cty.Value

func EncodeAlbTargetGroupAttachment_AvailabilityZone

func EncodeAlbTargetGroupAttachment_AvailabilityZone(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)

func EncodeAlbTargetGroupAttachment_Port

func EncodeAlbTargetGroupAttachment_Port(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)

func EncodeAlbTargetGroupAttachment_TargetGroupArn

func EncodeAlbTargetGroupAttachment_TargetGroupArn(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)

func EncodeAlbTargetGroupAttachment_TargetId

func EncodeAlbTargetGroupAttachment_TargetId(p AlbTargetGroupAttachmentParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeAlbTargetGroupAttachment_AvailabilityZone

func MergeAlbTargetGroupAttachment_AvailabilityZone(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeAlbTargetGroupAttachment_Port

mergePrimitiveTemplateSpec

func MergeAlbTargetGroupAttachment_TargetGroupArn

func MergeAlbTargetGroupAttachment_TargetGroupArn(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeAlbTargetGroupAttachment_TargetId

func MergeAlbTargetGroupAttachment_TargetId(k *AlbTargetGroupAttachmentParameters, p *AlbTargetGroupAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type AlbTargetGroupAttachment

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

	Spec   AlbTargetGroupAttachmentSpec   `json:"spec"`
	Status AlbTargetGroupAttachmentStatus `json:"status,omitempty"`
}

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

func (*AlbTargetGroupAttachment) DeepCopy

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

func (*AlbTargetGroupAttachment) DeepCopyInto

func (in *AlbTargetGroupAttachment) DeepCopyInto(out *AlbTargetGroupAttachment)

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

func (*AlbTargetGroupAttachment) DeepCopyObject

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

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

func (*AlbTargetGroupAttachment) GetCondition

GetCondition of this AlbTargetGroupAttachment.

func (*AlbTargetGroupAttachment) GetDeletionPolicy

GetDeletionPolicy of this AlbTargetGroupAttachment.

func (*AlbTargetGroupAttachment) GetProviderConfigReference

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

GetProviderConfigReference of this AlbTargetGroupAttachment.

func (*AlbTargetGroupAttachment) GetProviderReference

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

GetProviderReference of this AlbTargetGroupAttachment. Deprecated: Use GetProviderConfigReference.

func (*AlbTargetGroupAttachment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this AlbTargetGroupAttachment.

func (*AlbTargetGroupAttachment) SetConditions

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

SetConditions of this AlbTargetGroupAttachment.

func (*AlbTargetGroupAttachment) SetDeletionPolicy

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

SetDeletionPolicy of this AlbTargetGroupAttachment.

func (*AlbTargetGroupAttachment) SetProviderConfigReference

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

SetProviderConfigReference of this AlbTargetGroupAttachment.

func (*AlbTargetGroupAttachment) SetProviderReference

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

SetProviderReference of this AlbTargetGroupAttachment. Deprecated: Use SetProviderConfigReference.

func (*AlbTargetGroupAttachment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this AlbTargetGroupAttachment.

type AlbTargetGroupAttachmentList

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

AlbTargetGroupAttachment contains a list of AlbTargetGroupAttachmentList

func (*AlbTargetGroupAttachmentList) DeepCopy

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

func (*AlbTargetGroupAttachmentList) DeepCopyInto

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

func (*AlbTargetGroupAttachmentList) DeepCopyObject

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

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

func (*AlbTargetGroupAttachmentList) GetItems

GetItems of this AlbTargetGroupAttachmentList.

type AlbTargetGroupAttachmentObservation

type AlbTargetGroupAttachmentObservation struct{}

A AlbTargetGroupAttachmentObservation records the observed state of a AlbTargetGroupAttachment

func (*AlbTargetGroupAttachmentObservation) DeepCopy

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

func (*AlbTargetGroupAttachmentObservation) DeepCopyInto

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

type AlbTargetGroupAttachmentParameters

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

A AlbTargetGroupAttachmentParameters defines the desired state of a AlbTargetGroupAttachment

func (*AlbTargetGroupAttachmentParameters) DeepCopy

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

func (*AlbTargetGroupAttachmentParameters) DeepCopyInto

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

type AlbTargetGroupAttachmentSpec

type AlbTargetGroupAttachmentSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  AlbTargetGroupAttachmentParameters `json:"forProvider"`
}

A AlbTargetGroupAttachmentSpec defines the desired state of a AlbTargetGroupAttachment

func (*AlbTargetGroupAttachmentSpec) DeepCopy

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

func (*AlbTargetGroupAttachmentSpec) DeepCopyInto

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

type AlbTargetGroupAttachmentStatus

type AlbTargetGroupAttachmentStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     AlbTargetGroupAttachmentObservation `json:"atProvider"`
}

A AlbTargetGroupAttachmentStatus defines the observed state of a AlbTargetGroupAttachment

func (*AlbTargetGroupAttachmentStatus) DeepCopy

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

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