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

Package type metadata.

Variables

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

Functions

func DecodeNetworkInterfaceAttachment

func DecodeNetworkInterfaceAttachment(prev *NetworkInterfaceAttachment, ctyValue cty.Value) (resource.Managed, error)

func DecodeNetworkInterfaceAttachment_AttachmentId

func DecodeNetworkInterfaceAttachment_AttachmentId(p *NetworkInterfaceAttachmentObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNetworkInterfaceAttachment_DeviceIndex

func DecodeNetworkInterfaceAttachment_DeviceIndex(p *NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNetworkInterfaceAttachment_InstanceId

func DecodeNetworkInterfaceAttachment_InstanceId(p *NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNetworkInterfaceAttachment_NetworkInterfaceId

func DecodeNetworkInterfaceAttachment_NetworkInterfaceId(p *NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeNetworkInterfaceAttachment_Status

func DecodeNetworkInterfaceAttachment_Status(p *NetworkInterfaceAttachmentObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeNetworkInterfaceAttachment

func EncodeNetworkInterfaceAttachment(r NetworkInterfaceAttachment) cty.Value

func EncodeNetworkInterfaceAttachment_AttachmentId

func EncodeNetworkInterfaceAttachment_AttachmentId(p NetworkInterfaceAttachmentObservation, vals map[string]cty.Value)

func EncodeNetworkInterfaceAttachment_DeviceIndex

func EncodeNetworkInterfaceAttachment_DeviceIndex(p NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)

func EncodeNetworkInterfaceAttachment_InstanceId

func EncodeNetworkInterfaceAttachment_InstanceId(p NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)

func EncodeNetworkInterfaceAttachment_NetworkInterfaceId

func EncodeNetworkInterfaceAttachment_NetworkInterfaceId(p NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)

func EncodeNetworkInterfaceAttachment_Status

func EncodeNetworkInterfaceAttachment_Status(p NetworkInterfaceAttachmentObservation, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeNetworkInterfaceAttachment_AttachmentId

func MergeNetworkInterfaceAttachment_AttachmentId(k *NetworkInterfaceAttachmentObservation, p *NetworkInterfaceAttachmentObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeNetworkInterfaceAttachment_DeviceIndex

func MergeNetworkInterfaceAttachment_DeviceIndex(k *NetworkInterfaceAttachmentParameters, p *NetworkInterfaceAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeNetworkInterfaceAttachment_InstanceId

func MergeNetworkInterfaceAttachment_InstanceId(k *NetworkInterfaceAttachmentParameters, p *NetworkInterfaceAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeNetworkInterfaceAttachment_NetworkInterfaceId

func MergeNetworkInterfaceAttachment_NetworkInterfaceId(k *NetworkInterfaceAttachmentParameters, p *NetworkInterfaceAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeNetworkInterfaceAttachment_Status

mergePrimitiveTemplateStatus

Types

type NetworkInterfaceAttachment

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

	Spec   NetworkInterfaceAttachmentSpec   `json:"spec"`
	Status NetworkInterfaceAttachmentStatus `json:"status,omitempty"`
}

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

func (*NetworkInterfaceAttachment) DeepCopy

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

func (*NetworkInterfaceAttachment) DeepCopyInto

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

func (*NetworkInterfaceAttachment) DeepCopyObject

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

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

func (*NetworkInterfaceAttachment) GetCondition

GetCondition of this NetworkInterfaceAttachment.

func (*NetworkInterfaceAttachment) GetDeletionPolicy

GetDeletionPolicy of this NetworkInterfaceAttachment.

func (*NetworkInterfaceAttachment) GetProviderConfigReference

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

GetProviderConfigReference of this NetworkInterfaceAttachment.

func (*NetworkInterfaceAttachment) GetProviderReference

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

GetProviderReference of this NetworkInterfaceAttachment. Deprecated: Use GetProviderConfigReference.

func (*NetworkInterfaceAttachment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this NetworkInterfaceAttachment.

func (*NetworkInterfaceAttachment) SetConditions

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

SetConditions of this NetworkInterfaceAttachment.

func (*NetworkInterfaceAttachment) SetDeletionPolicy

SetDeletionPolicy of this NetworkInterfaceAttachment.

func (*NetworkInterfaceAttachment) SetProviderConfigReference

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

SetProviderConfigReference of this NetworkInterfaceAttachment.

func (*NetworkInterfaceAttachment) SetProviderReference

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

SetProviderReference of this NetworkInterfaceAttachment. Deprecated: Use SetProviderConfigReference.

func (*NetworkInterfaceAttachment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this NetworkInterfaceAttachment.

type NetworkInterfaceAttachmentList

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

NetworkInterfaceAttachment contains a list of NetworkInterfaceAttachmentList

func (*NetworkInterfaceAttachmentList) DeepCopy

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

func (*NetworkInterfaceAttachmentList) DeepCopyInto

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

func (*NetworkInterfaceAttachmentList) DeepCopyObject

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

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

func (*NetworkInterfaceAttachmentList) GetItems

GetItems of this NetworkInterfaceAttachmentList.

type NetworkInterfaceAttachmentObservation

type NetworkInterfaceAttachmentObservation struct {
	AttachmentId string `json:"attachment_id"`
	Status       string `json:"status"`
}

A NetworkInterfaceAttachmentObservation records the observed state of a NetworkInterfaceAttachment

func (*NetworkInterfaceAttachmentObservation) DeepCopy

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

func (*NetworkInterfaceAttachmentObservation) DeepCopyInto

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

type NetworkInterfaceAttachmentParameters

type NetworkInterfaceAttachmentParameters struct {
	DeviceIndex        int64  `json:"device_index"`
	InstanceId         string `json:"instance_id"`
	NetworkInterfaceId string `json:"network_interface_id"`
}

A NetworkInterfaceAttachmentParameters defines the desired state of a NetworkInterfaceAttachment

func (*NetworkInterfaceAttachmentParameters) DeepCopy

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

func (*NetworkInterfaceAttachmentParameters) DeepCopyInto

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

type NetworkInterfaceAttachmentSpec

type NetworkInterfaceAttachmentSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  NetworkInterfaceAttachmentParameters `json:"forProvider"`
}

A NetworkInterfaceAttachmentSpec defines the desired state of a NetworkInterfaceAttachment

func (*NetworkInterfaceAttachmentSpec) DeepCopy

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

func (*NetworkInterfaceAttachmentSpec) DeepCopyInto

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

type NetworkInterfaceAttachmentStatus

type NetworkInterfaceAttachmentStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     NetworkInterfaceAttachmentObservation `json:"atProvider"`
}

A NetworkInterfaceAttachmentStatus defines the observed state of a NetworkInterfaceAttachment

func (*NetworkInterfaceAttachmentStatus) DeepCopy

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

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