Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=eni.tencentcloud.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Eni
- func (in *Eni) DeepCopy() *Eni
- func (in *Eni) DeepCopyInto(out *Eni)
- func (in *Eni) DeepCopyObject() runtime.Object
- func (mg *Eni) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Eni) GetConnectionDetailsMapping() map[string]string
- func (mg *Eni) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Eni) GetID() string
- func (tr *Eni) GetObservation() (map[string]interface{}, error)
- func (tr *Eni) GetParameters() (map[string]interface{}, error)
- func (mg *Eni) GetProviderConfigReference() *xpv1.Reference
- func (mg *Eni) GetProviderReference() *xpv1.Reference
- func (mg *Eni) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Eni) GetTerraformResourceType() string
- func (tr *Eni) GetTerraformSchemaVersion() int
- func (mg *Eni) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Eni) LateInitialize(attrs []byte) (bool, error)
- func (mg *Eni) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *Eni) SetConditions(c ...xpv1.Condition)
- func (mg *Eni) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Eni) SetObservation(obs map[string]interface{}) error
- func (tr *Eni) SetParameters(params map[string]interface{}) error
- func (mg *Eni) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Eni) SetProviderReference(r *xpv1.Reference)
- func (mg *Eni) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Eni) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type EniAttachment
- func (in *EniAttachment) DeepCopy() *EniAttachment
- func (in *EniAttachment) DeepCopyInto(out *EniAttachment)
- func (in *EniAttachment) DeepCopyObject() runtime.Object
- func (mg *EniAttachment) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *EniAttachment) GetConnectionDetailsMapping() map[string]string
- func (mg *EniAttachment) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *EniAttachment) GetID() string
- func (tr *EniAttachment) GetObservation() (map[string]interface{}, error)
- func (tr *EniAttachment) GetParameters() (map[string]interface{}, error)
- func (mg *EniAttachment) GetProviderConfigReference() *xpv1.Reference
- func (mg *EniAttachment) GetProviderReference() *xpv1.Reference
- func (mg *EniAttachment) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *EniAttachment) GetTerraformResourceType() string
- func (tr *EniAttachment) GetTerraformSchemaVersion() int
- func (mg *EniAttachment) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *EniAttachment) LateInitialize(attrs []byte) (bool, error)
- func (mg *EniAttachment) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *EniAttachment) SetConditions(c ...xpv1.Condition)
- func (mg *EniAttachment) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *EniAttachment) SetObservation(obs map[string]interface{}) error
- func (tr *EniAttachment) SetParameters(params map[string]interface{}) error
- func (mg *EniAttachment) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *EniAttachment) SetProviderReference(r *xpv1.Reference)
- func (mg *EniAttachment) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *EniAttachment) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type EniAttachmentList
- type EniAttachmentObservation
- type EniAttachmentParameters
- type EniAttachmentSpec
- type EniAttachmentStatus
- type EniList
- type EniObservation
- type EniParameters
- type EniSpec
- type EniStatus
- type IPv4InfoObservation
- type IPv4InfoParameters
- type Ipv4SObservation
- type Ipv4SParameters
Constants ¶
const ( CRDGroup = "eni.tencentcloud.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Eni_Kind = "Eni" Eni_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Eni_Kind}.String() Eni_KindAPIVersion = Eni_Kind + "." + CRDGroupVersion.String() Eni_GroupVersionKind = CRDGroupVersion.WithKind(Eni_Kind) )
Repository type metadata.
var ( EniAttachment_Kind = "EniAttachment" EniAttachment_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: EniAttachment_Kind}.String() EniAttachment_KindAPIVersion = EniAttachment_Kind + "." + CRDGroupVersion.String() EniAttachment_GroupVersionKind = CRDGroupVersion.WithKind(EniAttachment_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type Eni ¶
type Eni struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec EniSpec `json:"spec"` Status EniStatus `json:"status,omitempty"` }
Eni is the Schema for the Enis API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,tencentcloudjet}
func (*Eni) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Eni.
func (*Eni) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Eni) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Eni) GetCondition ¶
func (mg *Eni) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Eni.
func (*Eni) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Eni
func (*Eni) GetDeletionPolicy ¶
func (mg *Eni) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Eni.
func (*Eni) GetObservation ¶
GetObservation of this Eni
func (*Eni) GetParameters ¶
GetParameters of this Eni
func (*Eni) GetProviderConfigReference ¶
GetProviderConfigReference of this Eni.
func (*Eni) GetProviderReference ¶
GetProviderReference of this Eni. Deprecated: Use GetProviderConfigReference.
func (*Eni) GetPublishConnectionDetailsTo ¶
func (mg *Eni) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Eni.
func (*Eni) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Eni
func (*Eni) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Eni) GetWriteConnectionSecretToReference ¶
func (mg *Eni) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Eni.
func (*Eni) LateInitialize ¶
LateInitialize this Eni using its observed tfState. returns True if there are any spec changes for the resource.
func (*Eni) ResolveReferences ¶
ResolveReferences of this Eni.
func (*Eni) SetConditions ¶
SetConditions of this Eni.
func (*Eni) SetDeletionPolicy ¶
func (mg *Eni) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Eni.
func (*Eni) SetObservation ¶
SetObservation for this Eni
func (*Eni) SetParameters ¶
SetParameters for this Eni
func (*Eni) SetProviderConfigReference ¶
SetProviderConfigReference of this Eni.
func (*Eni) SetProviderReference ¶
SetProviderReference of this Eni. Deprecated: Use SetProviderConfigReference.
func (*Eni) SetPublishConnectionDetailsTo ¶
func (mg *Eni) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Eni.
func (*Eni) SetWriteConnectionSecretToReference ¶
func (mg *Eni) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Eni.
type EniAttachment ¶
type EniAttachment struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec EniAttachmentSpec `json:"spec"` Status EniAttachmentStatus `json:"status,omitempty"` }
EniAttachment is the Schema for the EniAttachments API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,tencentcloudjet}
func (*EniAttachment) DeepCopy ¶
func (in *EniAttachment) DeepCopy() *EniAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniAttachment.
func (*EniAttachment) DeepCopyInto ¶
func (in *EniAttachment) DeepCopyInto(out *EniAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EniAttachment) DeepCopyObject ¶
func (in *EniAttachment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EniAttachment) GetCondition ¶
func (mg *EniAttachment) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this EniAttachment.
func (*EniAttachment) GetConnectionDetailsMapping ¶
func (tr *EniAttachment) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this EniAttachment
func (*EniAttachment) GetDeletionPolicy ¶
func (mg *EniAttachment) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this EniAttachment.
func (*EniAttachment) GetID ¶
func (tr *EniAttachment) GetID() string
GetID returns ID of underlying Terraform resource of this EniAttachment
func (*EniAttachment) GetObservation ¶
func (tr *EniAttachment) GetObservation() (map[string]interface{}, error)
GetObservation of this EniAttachment
func (*EniAttachment) GetParameters ¶
func (tr *EniAttachment) GetParameters() (map[string]interface{}, error)
GetParameters of this EniAttachment
func (*EniAttachment) GetProviderConfigReference ¶
func (mg *EniAttachment) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this EniAttachment.
func (*EniAttachment) GetProviderReference ¶
func (mg *EniAttachment) GetProviderReference() *xpv1.Reference
GetProviderReference of this EniAttachment. Deprecated: Use GetProviderConfigReference.
func (*EniAttachment) GetPublishConnectionDetailsTo ¶
func (mg *EniAttachment) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this EniAttachment.
func (*EniAttachment) GetTerraformResourceType ¶
func (mg *EniAttachment) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this EniAttachment
func (*EniAttachment) GetTerraformSchemaVersion ¶
func (tr *EniAttachment) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*EniAttachment) GetWriteConnectionSecretToReference ¶
func (mg *EniAttachment) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this EniAttachment.
func (*EniAttachment) LateInitialize ¶
func (tr *EniAttachment) LateInitialize(attrs []byte) (bool, error)
LateInitialize this EniAttachment using its observed tfState. returns True if there are any spec changes for the resource.
func (*EniAttachment) ResolveReferences ¶
ResolveReferences of this EniAttachment.
func (*EniAttachment) SetConditions ¶
func (mg *EniAttachment) SetConditions(c ...xpv1.Condition)
SetConditions of this EniAttachment.
func (*EniAttachment) SetDeletionPolicy ¶
func (mg *EniAttachment) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this EniAttachment.
func (*EniAttachment) SetObservation ¶
func (tr *EniAttachment) SetObservation(obs map[string]interface{}) error
SetObservation for this EniAttachment
func (*EniAttachment) SetParameters ¶
func (tr *EniAttachment) SetParameters(params map[string]interface{}) error
SetParameters for this EniAttachment
func (*EniAttachment) SetProviderConfigReference ¶
func (mg *EniAttachment) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this EniAttachment.
func (*EniAttachment) SetProviderReference ¶
func (mg *EniAttachment) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this EniAttachment. Deprecated: Use SetProviderConfigReference.
func (*EniAttachment) SetPublishConnectionDetailsTo ¶
func (mg *EniAttachment) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this EniAttachment.
func (*EniAttachment) SetWriteConnectionSecretToReference ¶
func (mg *EniAttachment) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this EniAttachment.
type EniAttachmentList ¶
type EniAttachmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []EniAttachment `json:"items"` }
EniAttachmentList contains a list of EniAttachments
func (*EniAttachmentList) DeepCopy ¶
func (in *EniAttachmentList) DeepCopy() *EniAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniAttachmentList.
func (*EniAttachmentList) DeepCopyInto ¶
func (in *EniAttachmentList) DeepCopyInto(out *EniAttachmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EniAttachmentList) DeepCopyObject ¶
func (in *EniAttachmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EniAttachmentList) GetItems ¶
func (l *EniAttachmentList) GetItems() []resource.Managed
GetItems of this EniAttachmentList.
type EniAttachmentObservation ¶
type EniAttachmentObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*EniAttachmentObservation) DeepCopy ¶
func (in *EniAttachmentObservation) DeepCopy() *EniAttachmentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniAttachmentObservation.
func (*EniAttachmentObservation) DeepCopyInto ¶
func (in *EniAttachmentObservation) DeepCopyInto(out *EniAttachmentObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EniAttachmentParameters ¶
type EniAttachmentParameters struct { // ID of the ENI. // +crossplane:generate:reference:type=Eni // +kubebuilder:validation:Optional EniID *string `json:"eniId,omitempty" tf:"eni_id,omitempty"` // +kubebuilder:validation:Optional EniIDRef *v1.Reference `json:"eniIdRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional EniIDSelector *v1.Selector `json:"eniIdSelector,omitempty" tf:"-"` // ID of the instance which bind the ENI. // +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-tencentcloud/apis/cvm/v1alpha1.Instance // +kubebuilder:validation:Optional InstanceID *string `json:"instanceId,omitempty" tf:"instance_id,omitempty"` // +kubebuilder:validation:Optional InstanceIDRef *v1.Reference `json:"instanceIdRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional InstanceIDSelector *v1.Selector `json:"instanceIdSelector,omitempty" tf:"-"` }
func (*EniAttachmentParameters) DeepCopy ¶
func (in *EniAttachmentParameters) DeepCopy() *EniAttachmentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniAttachmentParameters.
func (*EniAttachmentParameters) DeepCopyInto ¶
func (in *EniAttachmentParameters) DeepCopyInto(out *EniAttachmentParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EniAttachmentSpec ¶
type EniAttachmentSpec struct { v1.ResourceSpec `json:",inline"` ForProvider EniAttachmentParameters `json:"forProvider"` }
EniAttachmentSpec defines the desired state of EniAttachment
func (*EniAttachmentSpec) DeepCopy ¶
func (in *EniAttachmentSpec) DeepCopy() *EniAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniAttachmentSpec.
func (*EniAttachmentSpec) DeepCopyInto ¶
func (in *EniAttachmentSpec) DeepCopyInto(out *EniAttachmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EniAttachmentStatus ¶
type EniAttachmentStatus struct { v1.ResourceStatus `json:",inline"` AtProvider EniAttachmentObservation `json:"atProvider,omitempty"` }
EniAttachmentStatus defines the observed state of EniAttachment.
func (*EniAttachmentStatus) DeepCopy ¶
func (in *EniAttachmentStatus) DeepCopy() *EniAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniAttachmentStatus.
func (*EniAttachmentStatus) DeepCopyInto ¶
func (in *EniAttachmentStatus) DeepCopyInto(out *EniAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EniList ¶
type EniList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Eni `json:"items"` }
EniList contains a list of Enis
func (*EniList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniList.
func (*EniList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EniList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EniObservation ¶
type EniObservation struct { CreateTime *string `json:"createTime,omitempty" tf:"create_time,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` IPv4Info []IPv4InfoObservation `json:"ipv4Info,omitempty" tf:"ipv4_info,omitempty"` Mac *string `json:"mac,omitempty" tf:"mac,omitempty"` Primary *bool `json:"primary,omitempty" tf:"primary,omitempty"` State *string `json:"state,omitempty" tf:"state,omitempty"` }
func (*EniObservation) DeepCopy ¶
func (in *EniObservation) DeepCopy() *EniObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniObservation.
func (*EniObservation) DeepCopyInto ¶
func (in *EniObservation) DeepCopyInto(out *EniObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EniParameters ¶
type EniParameters struct { // Description of the ENI, maximum length 60. // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // The number of intranet IPv4s. When it is greater than 1, there is only one primary intranet IP. The others are auxiliary intranet IPs, which conflict with `ipv4s`. // +kubebuilder:validation:Optional IPv4Count *float64 `json:"ipv4Count,omitempty" tf:"ipv4_count,omitempty"` // Applying for intranet IPv4s collection, conflict with `ipv4_count`. When there are multiple ipv4s, can only be one primary IP, and the maximum length of the array is 30. Each element contains the following attributes: // +kubebuilder:validation:Optional Ipv4S []Ipv4SParameters `json:"ipv4s,omitempty" tf:"ipv4s,omitempty"` // Name of the ENI, maximum length 60. // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // A set of security group IDs. // +kubebuilder:validation:Optional SecurityGroups []*string `json:"securityGroups,omitempty" tf:"security_groups,omitempty"` // ID of the subnet within this vpc. // +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-tencentcloud/apis/vpc/v1alpha1.Subnet // +kubebuilder:validation:Optional SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"` // +kubebuilder:validation:Optional SubnetIDRef *v1.Reference `json:"subnetIdRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional SubnetIDSelector *v1.Selector `json:"subnetIdSelector,omitempty" tf:"-"` // Tags of the ENI. // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // ID of the vpc. // +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-tencentcloud/apis/vpc/v1alpha1.VPC // +kubebuilder:validation:Optional VPCID *string `json:"vpcId,omitempty" tf:"vpc_id,omitempty"` // +kubebuilder:validation:Optional VPCIDRef *v1.Reference `json:"vpcidRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional VPCIDSelector *v1.Selector `json:"vpcidSelector,omitempty" tf:"-"` }
func (*EniParameters) DeepCopy ¶
func (in *EniParameters) DeepCopy() *EniParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniParameters.
func (*EniParameters) DeepCopyInto ¶
func (in *EniParameters) DeepCopyInto(out *EniParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EniSpec ¶
type EniSpec struct { v1.ResourceSpec `json:",inline"` ForProvider EniParameters `json:"forProvider"` }
EniSpec defines the desired state of Eni
func (*EniSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniSpec.
func (*EniSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EniStatus ¶
type EniStatus struct { v1.ResourceStatus `json:",inline"` AtProvider EniObservation `json:"atProvider,omitempty"` }
EniStatus defines the observed state of Eni.
func (*EniStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EniStatus.
func (*EniStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPv4InfoObservation ¶
type IPv4InfoObservation struct { Description *string `json:"description,omitempty" tf:"description,omitempty"` IP *string `json:"ip,omitempty" tf:"ip,omitempty"` Primary *bool `json:"primary,omitempty" tf:"primary,omitempty"` }
func (*IPv4InfoObservation) DeepCopy ¶
func (in *IPv4InfoObservation) DeepCopy() *IPv4InfoObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPv4InfoObservation.
func (*IPv4InfoObservation) DeepCopyInto ¶
func (in *IPv4InfoObservation) DeepCopyInto(out *IPv4InfoObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPv4InfoParameters ¶
type IPv4InfoParameters struct { }
func (*IPv4InfoParameters) DeepCopy ¶
func (in *IPv4InfoParameters) DeepCopy() *IPv4InfoParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPv4InfoParameters.
func (*IPv4InfoParameters) DeepCopyInto ¶
func (in *IPv4InfoParameters) DeepCopyInto(out *IPv4InfoParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Ipv4SObservation ¶
type Ipv4SObservation struct { }
func (*Ipv4SObservation) DeepCopy ¶
func (in *Ipv4SObservation) DeepCopy() *Ipv4SObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ipv4SObservation.
func (*Ipv4SObservation) DeepCopyInto ¶
func (in *Ipv4SObservation) DeepCopyInto(out *Ipv4SObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Ipv4SParameters ¶
type Ipv4SParameters struct { // Description of the IP, maximum length 25. // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // Intranet IP. // +kubebuilder:validation:Required IP *string `json:"ip" tf:"ip,omitempty"` // Indicates whether the IP is primary. // +kubebuilder:validation:Required Primary *bool `json:"primary" tf:"primary,omitempty"` }
func (*Ipv4SParameters) DeepCopy ¶
func (in *Ipv4SParameters) DeepCopy() *Ipv4SParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ipv4SParameters.
func (*Ipv4SParameters) DeepCopyInto ¶
func (in *Ipv4SParameters) DeepCopyInto(out *Ipv4SParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.