Documentation
¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbtcpmonitor.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LbTcpMonitor
- func (in *LbTcpMonitor) DeepCopy() *LbTcpMonitor
- func (in *LbTcpMonitor) DeepCopyInto(out *LbTcpMonitor)
- func (in *LbTcpMonitor) DeepCopyObject() runtime.Object
- func (mg *LbTcpMonitor) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbTcpMonitor) GetConnectionDetailsMapping() map[string]string
- func (mg *LbTcpMonitor) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbTcpMonitor) GetID() string
- func (mg *LbTcpMonitor) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbTcpMonitor) GetObservation() (map[string]any, error)
- func (tr *LbTcpMonitor) GetParameters() (map[string]any, error)
- func (mg *LbTcpMonitor) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbTcpMonitor) GetProviderReference() *xpv1.Reference
- func (mg *LbTcpMonitor) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbTcpMonitor) GetTerraformResourceType() string
- func (tr *LbTcpMonitor) GetTerraformSchemaVersion() int
- func (mg *LbTcpMonitor) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbTcpMonitor) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbTcpMonitor) SetConditions(c ...xpv1.Condition)
- func (mg *LbTcpMonitor) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbTcpMonitor) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbTcpMonitor) SetObservation(obs map[string]any) error
- func (tr *LbTcpMonitor) SetParameters(params map[string]any) error
- func (mg *LbTcpMonitor) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbTcpMonitor) SetProviderReference(r *xpv1.Reference)
- func (mg *LbTcpMonitor) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbTcpMonitor) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbTcpMonitorList
- type LbTcpMonitorObservation
- type LbTcpMonitorParameters
- type LbTcpMonitorSpec
- type LbTcpMonitorStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbtcpmonitor.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 ( LbTcpMonitor_Kind = "LbTcpMonitor" LbTcpMonitor_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbTcpMonitor_Kind}.String() LbTcpMonitor_KindAPIVersion = LbTcpMonitor_Kind + "." + CRDGroupVersion.String() LbTcpMonitor_GroupVersionKind = CRDGroupVersion.WithKind(LbTcpMonitor_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LbTcpMonitor ¶
type LbTcpMonitor struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LbTcpMonitorSpec `json:"spec"` Status LbTcpMonitorStatus `json:"status,omitempty"` }
LbTcpMonitor is the Schema for the LbTcpMonitors 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 (*LbTcpMonitor) DeepCopy ¶
func (in *LbTcpMonitor) DeepCopy() *LbTcpMonitor
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbTcpMonitor.
func (*LbTcpMonitor) DeepCopyInto ¶
func (in *LbTcpMonitor) DeepCopyInto(out *LbTcpMonitor)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbTcpMonitor) DeepCopyObject ¶
func (in *LbTcpMonitor) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbTcpMonitor) GetCondition ¶
func (mg *LbTcpMonitor) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbTcpMonitor.
func (*LbTcpMonitor) GetConnectionDetailsMapping ¶
func (tr *LbTcpMonitor) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LbTcpMonitor
func (*LbTcpMonitor) GetDeletionPolicy ¶
func (mg *LbTcpMonitor) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbTcpMonitor.
func (*LbTcpMonitor) GetID ¶
func (tr *LbTcpMonitor) GetID() string
GetID returns ID of underlying Terraform resource of this LbTcpMonitor
func (*LbTcpMonitor) GetManagementPolicy ¶
func (mg *LbTcpMonitor) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbTcpMonitor.
func (*LbTcpMonitor) GetObservation ¶
func (tr *LbTcpMonitor) GetObservation() (map[string]any, error)
GetObservation of this LbTcpMonitor
func (*LbTcpMonitor) GetParameters ¶
func (tr *LbTcpMonitor) GetParameters() (map[string]any, error)
GetParameters of this LbTcpMonitor
func (*LbTcpMonitor) GetProviderConfigReference ¶
func (mg *LbTcpMonitor) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LbTcpMonitor.
func (*LbTcpMonitor) GetProviderReference ¶
func (mg *LbTcpMonitor) GetProviderReference() *xpv1.Reference
GetProviderReference of this LbTcpMonitor. Deprecated: Use GetProviderConfigReference.
func (*LbTcpMonitor) GetPublishConnectionDetailsTo ¶
func (mg *LbTcpMonitor) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbTcpMonitor.
func (*LbTcpMonitor) GetTerraformResourceType ¶
func (mg *LbTcpMonitor) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LbTcpMonitor
func (*LbTcpMonitor) GetTerraformSchemaVersion ¶
func (tr *LbTcpMonitor) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbTcpMonitor) GetWriteConnectionSecretToReference ¶
func (mg *LbTcpMonitor) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbTcpMonitor.
func (*LbTcpMonitor) LateInitialize ¶
func (tr *LbTcpMonitor) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LbTcpMonitor using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbTcpMonitor) SetConditions ¶
func (mg *LbTcpMonitor) SetConditions(c ...xpv1.Condition)
SetConditions of this LbTcpMonitor.
func (*LbTcpMonitor) SetDeletionPolicy ¶
func (mg *LbTcpMonitor) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbTcpMonitor.
func (*LbTcpMonitor) SetManagementPolicy ¶
func (mg *LbTcpMonitor) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbTcpMonitor.
func (*LbTcpMonitor) SetObservation ¶
func (tr *LbTcpMonitor) SetObservation(obs map[string]any) error
SetObservation for this LbTcpMonitor
func (*LbTcpMonitor) SetParameters ¶
func (tr *LbTcpMonitor) SetParameters(params map[string]any) error
SetParameters for this LbTcpMonitor
func (*LbTcpMonitor) SetProviderConfigReference ¶
func (mg *LbTcpMonitor) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LbTcpMonitor.
func (*LbTcpMonitor) SetProviderReference ¶
func (mg *LbTcpMonitor) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LbTcpMonitor. Deprecated: Use SetProviderConfigReference.
func (*LbTcpMonitor) SetPublishConnectionDetailsTo ¶
func (mg *LbTcpMonitor) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbTcpMonitor.
func (*LbTcpMonitor) SetWriteConnectionSecretToReference ¶
func (mg *LbTcpMonitor) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbTcpMonitor.
type LbTcpMonitorList ¶
type LbTcpMonitorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbTcpMonitor `json:"items"` }
LbTcpMonitorList contains a list of LbTcpMonitors
func (*LbTcpMonitorList) DeepCopy ¶
func (in *LbTcpMonitorList) DeepCopy() *LbTcpMonitorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbTcpMonitorList.
func (*LbTcpMonitorList) DeepCopyInto ¶
func (in *LbTcpMonitorList) DeepCopyInto(out *LbTcpMonitorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbTcpMonitorList) DeepCopyObject ¶
func (in *LbTcpMonitorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbTcpMonitorList) GetItems ¶
func (l *LbTcpMonitorList) GetItems() []resource.Managed
GetItems of this LbTcpMonitorList.
type LbTcpMonitorObservation ¶
type LbTcpMonitorObservation struct { // 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"` // Number of consecutive checks that must fail before marking it down FallCount *float64 `json:"fallCount,omitempty" tf:"fall_count,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // The frequency at which the system issues the monitor check (in seconds) Interval *float64 `json:"interval,omitempty" tf:"interval,omitempty"` // If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported MonitorPort *string `json:"monitorPort,omitempty" tf:"monitor_port,omitempty"` // Expected data, if specified, can be anywhere in the response and it has to be a string, regular expressions are not supported Receive *string `json:"receive,omitempty" tf:"receive,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"` // Number of consecutive checks that must pass before marking it up RiseCount *float64 `json:"riseCount,omitempty" tf:"rise_count,omitempty"` // If both send and receive are not specified, then just a TCP connection is established (3-way handshake) to validate server is healthy, no data is sent. Send *string `json:"send,omitempty" tf:"send,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` // Number of seconds the target has to respond to the monitor request Timeout *float64 `json:"timeout,omitempty" tf:"timeout,omitempty"` }
func (*LbTcpMonitorObservation) DeepCopy ¶
func (in *LbTcpMonitorObservation) DeepCopy() *LbTcpMonitorObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbTcpMonitorObservation.
func (*LbTcpMonitorObservation) DeepCopyInto ¶
func (in *LbTcpMonitorObservation) DeepCopyInto(out *LbTcpMonitorObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbTcpMonitorParameters ¶
type LbTcpMonitorParameters struct { // 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"` // Number of consecutive checks that must fail before marking it down // +kubebuilder:validation:Optional FallCount *float64 `json:"fallCount,omitempty" tf:"fall_count,omitempty"` // The frequency at which the system issues the monitor check (in seconds) // +kubebuilder:validation:Optional Interval *float64 `json:"interval,omitempty" tf:"interval,omitempty"` // If the monitor port is specified, it would override pool member port setting for healthcheck. A port range is not supported // +kubebuilder:validation:Optional MonitorPort *string `json:"monitorPort,omitempty" tf:"monitor_port,omitempty"` // Expected data, if specified, can be anywhere in the response and it has to be a string, regular expressions are not supported // +kubebuilder:validation:Optional Receive *string `json:"receive,omitempty" tf:"receive,omitempty"` // Number of consecutive checks that must pass before marking it up // +kubebuilder:validation:Optional RiseCount *float64 `json:"riseCount,omitempty" tf:"rise_count,omitempty"` // If both send and receive are not specified, then just a TCP connection is established (3-way handshake) to validate server is healthy, no data is sent. // +kubebuilder:validation:Optional Send *string `json:"send,omitempty" tf:"send,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` // Number of seconds the target has to respond to the monitor request // +kubebuilder:validation:Optional Timeout *float64 `json:"timeout,omitempty" tf:"timeout,omitempty"` }
func (*LbTcpMonitorParameters) DeepCopy ¶
func (in *LbTcpMonitorParameters) DeepCopy() *LbTcpMonitorParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbTcpMonitorParameters.
func (*LbTcpMonitorParameters) DeepCopyInto ¶
func (in *LbTcpMonitorParameters) DeepCopyInto(out *LbTcpMonitorParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbTcpMonitorSpec ¶
type LbTcpMonitorSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbTcpMonitorParameters `json:"forProvider"` }
LbTcpMonitorSpec defines the desired state of LbTcpMonitor
func (*LbTcpMonitorSpec) DeepCopy ¶
func (in *LbTcpMonitorSpec) DeepCopy() *LbTcpMonitorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbTcpMonitorSpec.
func (*LbTcpMonitorSpec) DeepCopyInto ¶
func (in *LbTcpMonitorSpec) DeepCopyInto(out *LbTcpMonitorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbTcpMonitorStatus ¶
type LbTcpMonitorStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbTcpMonitorObservation `json:"atProvider,omitempty"` }
LbTcpMonitorStatus defines the observed state of LbTcpMonitor.
func (*LbTcpMonitorStatus) DeepCopy ¶
func (in *LbTcpMonitorStatus) DeepCopy() *LbTcpMonitorStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbTcpMonitorStatus.
func (*LbTcpMonitorStatus) DeepCopyInto ¶
func (in *LbTcpMonitorStatus) DeepCopyInto(out *LbTcpMonitorStatus)
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.