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   = "lightsail-static-ip-attachment.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeLightsailStaticIpAttachment

func DecodeLightsailStaticIpAttachment(prev *LightsailStaticIpAttachment, ctyValue cty.Value) (resource.Managed, error)

func DecodeLightsailStaticIpAttachment_InstanceName

func DecodeLightsailStaticIpAttachment_InstanceName(p *LightsailStaticIpAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLightsailStaticIpAttachment_IpAddress

func DecodeLightsailStaticIpAttachment_IpAddress(p *LightsailStaticIpAttachmentObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLightsailStaticIpAttachment_StaticIpName

func DecodeLightsailStaticIpAttachment_StaticIpName(p *LightsailStaticIpAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeLightsailStaticIpAttachment

func EncodeLightsailStaticIpAttachment(r LightsailStaticIpAttachment) cty.Value

func EncodeLightsailStaticIpAttachment_InstanceName

func EncodeLightsailStaticIpAttachment_InstanceName(p LightsailStaticIpAttachmentParameters, vals map[string]cty.Value)

func EncodeLightsailStaticIpAttachment_IpAddress

func EncodeLightsailStaticIpAttachment_IpAddress(p LightsailStaticIpAttachmentObservation, vals map[string]cty.Value)

func EncodeLightsailStaticIpAttachment_StaticIpName

func EncodeLightsailStaticIpAttachment_StaticIpName(p LightsailStaticIpAttachmentParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeLightsailStaticIpAttachment_InstanceName

func MergeLightsailStaticIpAttachment_InstanceName(k *LightsailStaticIpAttachmentParameters, p *LightsailStaticIpAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeLightsailStaticIpAttachment_IpAddress

mergePrimitiveTemplateStatus

func MergeLightsailStaticIpAttachment_StaticIpName

func MergeLightsailStaticIpAttachment_StaticIpName(k *LightsailStaticIpAttachmentParameters, p *LightsailStaticIpAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type LightsailStaticIpAttachment

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

	Spec   LightsailStaticIpAttachmentSpec   `json:"spec"`
	Status LightsailStaticIpAttachmentStatus `json:"status,omitempty"`
}

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

func (*LightsailStaticIpAttachment) DeepCopy

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

func (*LightsailStaticIpAttachment) DeepCopyInto

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

func (*LightsailStaticIpAttachment) DeepCopyObject

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

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

func (*LightsailStaticIpAttachment) GetCondition

GetCondition of this LightsailStaticIpAttachment.

func (*LightsailStaticIpAttachment) GetDeletionPolicy

GetDeletionPolicy of this LightsailStaticIpAttachment.

func (*LightsailStaticIpAttachment) GetProviderConfigReference

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

GetProviderConfigReference of this LightsailStaticIpAttachment.

func (*LightsailStaticIpAttachment) GetProviderReference

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

GetProviderReference of this LightsailStaticIpAttachment. Deprecated: Use GetProviderConfigReference.

func (*LightsailStaticIpAttachment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this LightsailStaticIpAttachment.

func (*LightsailStaticIpAttachment) SetConditions

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

SetConditions of this LightsailStaticIpAttachment.

func (*LightsailStaticIpAttachment) SetDeletionPolicy

SetDeletionPolicy of this LightsailStaticIpAttachment.

func (*LightsailStaticIpAttachment) SetProviderConfigReference

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

SetProviderConfigReference of this LightsailStaticIpAttachment.

func (*LightsailStaticIpAttachment) SetProviderReference

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

SetProviderReference of this LightsailStaticIpAttachment. Deprecated: Use SetProviderConfigReference.

func (*LightsailStaticIpAttachment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this LightsailStaticIpAttachment.

type LightsailStaticIpAttachmentList

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

LightsailStaticIpAttachment contains a list of LightsailStaticIpAttachmentList

func (*LightsailStaticIpAttachmentList) DeepCopy

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

func (*LightsailStaticIpAttachmentList) DeepCopyInto

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

func (*LightsailStaticIpAttachmentList) DeepCopyObject

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

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

func (*LightsailStaticIpAttachmentList) GetItems

GetItems of this LightsailStaticIpAttachmentList.

type LightsailStaticIpAttachmentObservation

type LightsailStaticIpAttachmentObservation struct {
	IpAddress string `json:"ip_address"`
}

A LightsailStaticIpAttachmentObservation records the observed state of a LightsailStaticIpAttachment

func (*LightsailStaticIpAttachmentObservation) DeepCopy

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

func (*LightsailStaticIpAttachmentObservation) DeepCopyInto

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

type LightsailStaticIpAttachmentParameters

type LightsailStaticIpAttachmentParameters struct {
	InstanceName string `json:"instance_name"`
	StaticIpName string `json:"static_ip_name"`
}

A LightsailStaticIpAttachmentParameters defines the desired state of a LightsailStaticIpAttachment

func (*LightsailStaticIpAttachmentParameters) DeepCopy

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

func (*LightsailStaticIpAttachmentParameters) DeepCopyInto

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

type LightsailStaticIpAttachmentSpec

type LightsailStaticIpAttachmentSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  LightsailStaticIpAttachmentParameters `json:"forProvider"`
}

A LightsailStaticIpAttachmentSpec defines the desired state of a LightsailStaticIpAttachment

func (*LightsailStaticIpAttachmentSpec) DeepCopy

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

func (*LightsailStaticIpAttachmentSpec) DeepCopyInto

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

type LightsailStaticIpAttachmentStatus

type LightsailStaticIpAttachmentStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     LightsailStaticIpAttachmentObservation `json:"atProvider"`
}

A LightsailStaticIpAttachmentStatus defines the observed state of a LightsailStaticIpAttachment

func (*LightsailStaticIpAttachmentStatus) DeepCopy

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

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