Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbfasttcpapplicationprofile.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LbFastTcpApplicationProfile
- func (in *LbFastTcpApplicationProfile) DeepCopy() *LbFastTcpApplicationProfile
- func (in *LbFastTcpApplicationProfile) DeepCopyInto(out *LbFastTcpApplicationProfile)
- func (in *LbFastTcpApplicationProfile) DeepCopyObject() runtime.Object
- func (mg *LbFastTcpApplicationProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbFastTcpApplicationProfile) GetConnectionDetailsMapping() map[string]string
- func (mg *LbFastTcpApplicationProfile) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbFastTcpApplicationProfile) GetID() string
- func (mg *LbFastTcpApplicationProfile) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbFastTcpApplicationProfile) GetObservation() (map[string]any, error)
- func (tr *LbFastTcpApplicationProfile) GetParameters() (map[string]any, error)
- func (mg *LbFastTcpApplicationProfile) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbFastTcpApplicationProfile) GetProviderReference() *xpv1.Reference
- func (mg *LbFastTcpApplicationProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbFastTcpApplicationProfile) GetTerraformResourceType() string
- func (tr *LbFastTcpApplicationProfile) GetTerraformSchemaVersion() int
- func (mg *LbFastTcpApplicationProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbFastTcpApplicationProfile) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbFastTcpApplicationProfile) SetConditions(c ...xpv1.Condition)
- func (mg *LbFastTcpApplicationProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbFastTcpApplicationProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbFastTcpApplicationProfile) SetObservation(obs map[string]any) error
- func (tr *LbFastTcpApplicationProfile) SetParameters(params map[string]any) error
- func (mg *LbFastTcpApplicationProfile) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbFastTcpApplicationProfile) SetProviderReference(r *xpv1.Reference)
- func (mg *LbFastTcpApplicationProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbFastTcpApplicationProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbFastTcpApplicationProfileList
- func (in *LbFastTcpApplicationProfileList) DeepCopy() *LbFastTcpApplicationProfileList
- func (in *LbFastTcpApplicationProfileList) DeepCopyInto(out *LbFastTcpApplicationProfileList)
- func (in *LbFastTcpApplicationProfileList) DeepCopyObject() runtime.Object
- func (l *LbFastTcpApplicationProfileList) GetItems() []resource.Managed
- type LbFastTcpApplicationProfileObservation
- type LbFastTcpApplicationProfileParameters
- type LbFastTcpApplicationProfileSpec
- type LbFastTcpApplicationProfileStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbfasttcpapplicationprofile.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
var ( LbFastTcpApplicationProfile_Kind = "LbFastTcpApplicationProfile" LbFastTcpApplicationProfile_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbFastTcpApplicationProfile_Kind}.String() LbFastTcpApplicationProfile_KindAPIVersion = LbFastTcpApplicationProfile_Kind + "." + CRDGroupVersion.String() LbFastTcpApplicationProfile_GroupVersionKind = CRDGroupVersion.WithKind(LbFastTcpApplicationProfile_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LbFastTcpApplicationProfile ¶
type LbFastTcpApplicationProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LbFastTcpApplicationProfileSpec `json:"spec"` Status LbFastTcpApplicationProfileStatus `json:"status,omitempty"` }
LbFastTcpApplicationProfile is the Schema for the LbFastTcpApplicationProfiles API. <no value> +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,nsxt}
func (*LbFastTcpApplicationProfile) DeepCopy ¶
func (in *LbFastTcpApplicationProfile) DeepCopy() *LbFastTcpApplicationProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) DeepCopyInto ¶
func (in *LbFastTcpApplicationProfile) DeepCopyInto(out *LbFastTcpApplicationProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbFastTcpApplicationProfile) DeepCopyObject ¶
func (in *LbFastTcpApplicationProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbFastTcpApplicationProfile) GetCondition ¶
func (mg *LbFastTcpApplicationProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) GetConnectionDetailsMapping ¶
func (tr *LbFastTcpApplicationProfile) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LbFastTcpApplicationProfile
func (*LbFastTcpApplicationProfile) GetDeletionPolicy ¶
func (mg *LbFastTcpApplicationProfile) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) GetID ¶
func (tr *LbFastTcpApplicationProfile) GetID() string
GetID returns ID of underlying Terraform resource of this LbFastTcpApplicationProfile
func (*LbFastTcpApplicationProfile) GetManagementPolicy ¶
func (mg *LbFastTcpApplicationProfile) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) GetObservation ¶
func (tr *LbFastTcpApplicationProfile) GetObservation() (map[string]any, error)
GetObservation of this LbFastTcpApplicationProfile
func (*LbFastTcpApplicationProfile) GetParameters ¶
func (tr *LbFastTcpApplicationProfile) GetParameters() (map[string]any, error)
GetParameters of this LbFastTcpApplicationProfile
func (*LbFastTcpApplicationProfile) GetProviderConfigReference ¶
func (mg *LbFastTcpApplicationProfile) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) GetProviderReference ¶
func (mg *LbFastTcpApplicationProfile) GetProviderReference() *xpv1.Reference
GetProviderReference of this LbFastTcpApplicationProfile. Deprecated: Use GetProviderConfigReference.
func (*LbFastTcpApplicationProfile) GetPublishConnectionDetailsTo ¶
func (mg *LbFastTcpApplicationProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) GetTerraformResourceType ¶
func (mg *LbFastTcpApplicationProfile) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LbFastTcpApplicationProfile
func (*LbFastTcpApplicationProfile) GetTerraformSchemaVersion ¶
func (tr *LbFastTcpApplicationProfile) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbFastTcpApplicationProfile) GetWriteConnectionSecretToReference ¶
func (mg *LbFastTcpApplicationProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) LateInitialize ¶
func (tr *LbFastTcpApplicationProfile) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LbFastTcpApplicationProfile using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbFastTcpApplicationProfile) SetConditions ¶
func (mg *LbFastTcpApplicationProfile) SetConditions(c ...xpv1.Condition)
SetConditions of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) SetDeletionPolicy ¶
func (mg *LbFastTcpApplicationProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) SetManagementPolicy ¶
func (mg *LbFastTcpApplicationProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) SetObservation ¶
func (tr *LbFastTcpApplicationProfile) SetObservation(obs map[string]any) error
SetObservation for this LbFastTcpApplicationProfile
func (*LbFastTcpApplicationProfile) SetParameters ¶
func (tr *LbFastTcpApplicationProfile) SetParameters(params map[string]any) error
SetParameters for this LbFastTcpApplicationProfile
func (*LbFastTcpApplicationProfile) SetProviderConfigReference ¶
func (mg *LbFastTcpApplicationProfile) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) SetProviderReference ¶
func (mg *LbFastTcpApplicationProfile) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LbFastTcpApplicationProfile. Deprecated: Use SetProviderConfigReference.
func (*LbFastTcpApplicationProfile) SetPublishConnectionDetailsTo ¶
func (mg *LbFastTcpApplicationProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfile) SetWriteConnectionSecretToReference ¶
func (mg *LbFastTcpApplicationProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbFastTcpApplicationProfile.
type LbFastTcpApplicationProfileList ¶
type LbFastTcpApplicationProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbFastTcpApplicationProfile `json:"items"` }
LbFastTcpApplicationProfileList contains a list of LbFastTcpApplicationProfiles
func (*LbFastTcpApplicationProfileList) DeepCopy ¶
func (in *LbFastTcpApplicationProfileList) DeepCopy() *LbFastTcpApplicationProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastTcpApplicationProfileList.
func (*LbFastTcpApplicationProfileList) DeepCopyInto ¶
func (in *LbFastTcpApplicationProfileList) DeepCopyInto(out *LbFastTcpApplicationProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbFastTcpApplicationProfileList) DeepCopyObject ¶
func (in *LbFastTcpApplicationProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbFastTcpApplicationProfileList) GetItems ¶
func (l *LbFastTcpApplicationProfileList) GetItems() []resource.Managed
GetItems of this LbFastTcpApplicationProfileList.
type LbFastTcpApplicationProfileObservation ¶
type LbFastTcpApplicationProfileObservation struct { // Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection CloseTimeout *float64 `json:"closeTimeout,omitempty" tf:"close_timeout,omitempty"` // Description of this resource Description *string `json:"description,omitempty" tf:"description,omitempty"` // The display name of this resource. Defaults to ID if not set DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node HaFlowMirroring *bool `json:"haFlowMirroring,omitempty" tf:"ha_flow_mirroring,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up IdleTimeout *float64 `json:"idleTimeout,omitempty" tf:"idle_timeout,omitempty"` // The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected Revision *float64 `json:"revision,omitempty" tf:"revision,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbFastTcpApplicationProfileObservation) DeepCopy ¶
func (in *LbFastTcpApplicationProfileObservation) DeepCopy() *LbFastTcpApplicationProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastTcpApplicationProfileObservation.
func (*LbFastTcpApplicationProfileObservation) DeepCopyInto ¶
func (in *LbFastTcpApplicationProfileObservation) DeepCopyInto(out *LbFastTcpApplicationProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbFastTcpApplicationProfileParameters ¶
type LbFastTcpApplicationProfileParameters struct { // Timeout in seconds to specify how long a closed TCP connection should be kept for this application before cleaning up the connection // +kubebuilder:validation:Optional CloseTimeout *float64 `json:"closeTimeout,omitempty" tf:"close_timeout,omitempty"` // Description of this resource // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // The display name of this resource. Defaults to ID if not set // +kubebuilder:validation:Optional DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node // +kubebuilder:validation:Optional HaFlowMirroring *bool `json:"haFlowMirroring,omitempty" tf:"ha_flow_mirroring,omitempty"` // Timeout in seconds to specify how long an idle TCP connection in ESTABLISHED state should be kept for this application before cleaning up // +kubebuilder:validation:Optional IdleTimeout *float64 `json:"idleTimeout,omitempty" tf:"idle_timeout,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbFastTcpApplicationProfileParameters) DeepCopy ¶
func (in *LbFastTcpApplicationProfileParameters) DeepCopy() *LbFastTcpApplicationProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastTcpApplicationProfileParameters.
func (*LbFastTcpApplicationProfileParameters) DeepCopyInto ¶
func (in *LbFastTcpApplicationProfileParameters) DeepCopyInto(out *LbFastTcpApplicationProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbFastTcpApplicationProfileSpec ¶
type LbFastTcpApplicationProfileSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbFastTcpApplicationProfileParameters `json:"forProvider"` }
LbFastTcpApplicationProfileSpec defines the desired state of LbFastTcpApplicationProfile
func (*LbFastTcpApplicationProfileSpec) DeepCopy ¶
func (in *LbFastTcpApplicationProfileSpec) DeepCopy() *LbFastTcpApplicationProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastTcpApplicationProfileSpec.
func (*LbFastTcpApplicationProfileSpec) DeepCopyInto ¶
func (in *LbFastTcpApplicationProfileSpec) DeepCopyInto(out *LbFastTcpApplicationProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbFastTcpApplicationProfileStatus ¶
type LbFastTcpApplicationProfileStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbFastTcpApplicationProfileObservation `json:"atProvider,omitempty"` }
LbFastTcpApplicationProfileStatus defines the observed state of LbFastTcpApplicationProfile.
func (*LbFastTcpApplicationProfileStatus) DeepCopy ¶
func (in *LbFastTcpApplicationProfileStatus) DeepCopy() *LbFastTcpApplicationProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastTcpApplicationProfileStatus.
func (*LbFastTcpApplicationProfileStatus) DeepCopyInto ¶
func (in *LbFastTcpApplicationProfileStatus) DeepCopyInto(out *LbFastTcpApplicationProfileStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagObservation ¶
type TagObservation struct { Scope *string `json:"scope,omitempty" tf:"scope,omitempty"` Tag *string `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*TagObservation) DeepCopy ¶
func (in *TagObservation) DeepCopy() *TagObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagObservation.
func (*TagObservation) DeepCopyInto ¶
func (in *TagObservation) DeepCopyInto(out *TagObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagParameters ¶
type TagParameters struct { // +kubebuilder:validation:Optional Scope *string `json:"scope,omitempty" tf:"scope,omitempty"` // +kubebuilder:validation:Optional Tag *string `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*TagParameters) DeepCopy ¶
func (in *TagParameters) DeepCopy() *TagParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagParameters.
func (*TagParameters) DeepCopyInto ¶
func (in *TagParameters) DeepCopyInto(out *TagParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.