Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeNetworkInterfaceAttachment(prev *NetworkInterfaceAttachment, ctyValue cty.Value) (resource.Managed, error)
- func DecodeNetworkInterfaceAttachment_AttachmentId(p *NetworkInterfaceAttachmentObservation, vals map[string]cty.Value)
- func DecodeNetworkInterfaceAttachment_DeviceIndex(p *NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)
- func DecodeNetworkInterfaceAttachment_InstanceId(p *NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)
- func DecodeNetworkInterfaceAttachment_NetworkInterfaceId(p *NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)
- func DecodeNetworkInterfaceAttachment_Status(p *NetworkInterfaceAttachmentObservation, vals map[string]cty.Value)
- func EncodeNetworkInterfaceAttachment(r NetworkInterfaceAttachment) cty.Value
- func EncodeNetworkInterfaceAttachment_AttachmentId(p NetworkInterfaceAttachmentObservation, vals map[string]cty.Value)
- func EncodeNetworkInterfaceAttachment_DeviceIndex(p NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)
- func EncodeNetworkInterfaceAttachment_InstanceId(p NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)
- func EncodeNetworkInterfaceAttachment_NetworkInterfaceId(p NetworkInterfaceAttachmentParameters, vals map[string]cty.Value)
- func EncodeNetworkInterfaceAttachment_Status(p NetworkInterfaceAttachmentObservation, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeNetworkInterfaceAttachment_AttachmentId(k *NetworkInterfaceAttachmentObservation, ...) bool
- func MergeNetworkInterfaceAttachment_DeviceIndex(k *NetworkInterfaceAttachmentParameters, ...) bool
- func MergeNetworkInterfaceAttachment_InstanceId(k *NetworkInterfaceAttachmentParameters, ...) bool
- func MergeNetworkInterfaceAttachment_NetworkInterfaceId(k *NetworkInterfaceAttachmentParameters, ...) bool
- func MergeNetworkInterfaceAttachment_Status(k *NetworkInterfaceAttachmentObservation, ...) bool
- type NetworkInterfaceAttachment
- func (in *NetworkInterfaceAttachment) DeepCopy() *NetworkInterfaceAttachment
- func (in *NetworkInterfaceAttachment) DeepCopyInto(out *NetworkInterfaceAttachment)
- func (in *NetworkInterfaceAttachment) DeepCopyObject() runtime.Object
- func (mg *NetworkInterfaceAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *NetworkInterfaceAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *NetworkInterfaceAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *NetworkInterfaceAttachment) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *NetworkInterfaceAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *NetworkInterfaceAttachment) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *NetworkInterfaceAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *NetworkInterfaceAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *NetworkInterfaceAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *NetworkInterfaceAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type NetworkInterfaceAttachmentList
- func (in *NetworkInterfaceAttachmentList) DeepCopy() *NetworkInterfaceAttachmentList
- func (in *NetworkInterfaceAttachmentList) DeepCopyInto(out *NetworkInterfaceAttachmentList)
- func (in *NetworkInterfaceAttachmentList) DeepCopyObject() runtime.Object
- func (l *NetworkInterfaceAttachmentList) GetItems() []resource.Managed
- type NetworkInterfaceAttachmentObservation
- type NetworkInterfaceAttachmentParameters
- type NetworkInterfaceAttachmentSpec
- type NetworkInterfaceAttachmentStatus
Constants ¶
const ( Group = "network-interface-attachment.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "NetworkInterfaceAttachment" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_network_interface_attachment" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
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 ¶
func MergeNetworkInterfaceAttachment_Status(k *NetworkInterfaceAttachmentObservation, p *NetworkInterfaceAttachmentObservation, md *plugin.MergeDescription) bool
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 ¶
func (in *NetworkInterfaceAttachment) DeepCopy() *NetworkInterfaceAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAttachment.
func (*NetworkInterfaceAttachment) DeepCopyInto ¶
func (in *NetworkInterfaceAttachment) DeepCopyInto(out *NetworkInterfaceAttachment)
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 ¶
func (mg *NetworkInterfaceAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this NetworkInterfaceAttachment.
func (*NetworkInterfaceAttachment) GetDeletionPolicy ¶
func (mg *NetworkInterfaceAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
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 ¶
func (mg *NetworkInterfaceAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
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 ¶
func (in *NetworkInterfaceAttachmentList) DeepCopy() *NetworkInterfaceAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAttachmentList.
func (*NetworkInterfaceAttachmentList) DeepCopyInto ¶
func (in *NetworkInterfaceAttachmentList) DeepCopyInto(out *NetworkInterfaceAttachmentList)
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 ¶
func (l *NetworkInterfaceAttachmentList) GetItems() []resource.Managed
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 ¶
func (in *NetworkInterfaceAttachmentObservation) DeepCopy() *NetworkInterfaceAttachmentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAttachmentObservation.
func (*NetworkInterfaceAttachmentObservation) DeepCopyInto ¶
func (in *NetworkInterfaceAttachmentObservation) DeepCopyInto(out *NetworkInterfaceAttachmentObservation)
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 ¶
func (in *NetworkInterfaceAttachmentParameters) DeepCopy() *NetworkInterfaceAttachmentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAttachmentParameters.
func (*NetworkInterfaceAttachmentParameters) DeepCopyInto ¶
func (in *NetworkInterfaceAttachmentParameters) DeepCopyInto(out *NetworkInterfaceAttachmentParameters)
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 ¶
func (in *NetworkInterfaceAttachmentSpec) DeepCopy() *NetworkInterfaceAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAttachmentSpec.
func (*NetworkInterfaceAttachmentSpec) DeepCopyInto ¶
func (in *NetworkInterfaceAttachmentSpec) DeepCopyInto(out *NetworkInterfaceAttachmentSpec)
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 ¶
func (in *NetworkInterfaceAttachmentStatus) DeepCopy() *NetworkInterfaceAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceAttachmentStatus.
func (*NetworkInterfaceAttachmentStatus) DeepCopyInto ¶
func (in *NetworkInterfaceAttachmentStatus) DeepCopyInto(out *NetworkInterfaceAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.