Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbpassivemonitor.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LbPassiveMonitor
- func (in *LbPassiveMonitor) DeepCopy() *LbPassiveMonitor
- func (in *LbPassiveMonitor) DeepCopyInto(out *LbPassiveMonitor)
- func (in *LbPassiveMonitor) DeepCopyObject() runtime.Object
- func (mg *LbPassiveMonitor) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbPassiveMonitor) GetConnectionDetailsMapping() map[string]string
- func (mg *LbPassiveMonitor) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbPassiveMonitor) GetID() string
- func (mg *LbPassiveMonitor) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbPassiveMonitor) GetObservation() (map[string]any, error)
- func (tr *LbPassiveMonitor) GetParameters() (map[string]any, error)
- func (mg *LbPassiveMonitor) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbPassiveMonitor) GetProviderReference() *xpv1.Reference
- func (mg *LbPassiveMonitor) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbPassiveMonitor) GetTerraformResourceType() string
- func (tr *LbPassiveMonitor) GetTerraformSchemaVersion() int
- func (mg *LbPassiveMonitor) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbPassiveMonitor) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbPassiveMonitor) SetConditions(c ...xpv1.Condition)
- func (mg *LbPassiveMonitor) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbPassiveMonitor) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbPassiveMonitor) SetObservation(obs map[string]any) error
- func (tr *LbPassiveMonitor) SetParameters(params map[string]any) error
- func (mg *LbPassiveMonitor) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbPassiveMonitor) SetProviderReference(r *xpv1.Reference)
- func (mg *LbPassiveMonitor) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbPassiveMonitor) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbPassiveMonitorList
- type LbPassiveMonitorObservation
- type LbPassiveMonitorParameters
- type LbPassiveMonitorSpec
- type LbPassiveMonitorStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbpassivemonitor.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 ( LbPassiveMonitor_Kind = "LbPassiveMonitor" LbPassiveMonitor_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbPassiveMonitor_Kind}.String() LbPassiveMonitor_KindAPIVersion = LbPassiveMonitor_Kind + "." + CRDGroupVersion.String() LbPassiveMonitor_GroupVersionKind = CRDGroupVersion.WithKind(LbPassiveMonitor_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LbPassiveMonitor ¶
type LbPassiveMonitor struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LbPassiveMonitorSpec `json:"spec"` Status LbPassiveMonitorStatus `json:"status,omitempty"` }
LbPassiveMonitor is the Schema for the LbPassiveMonitors 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 (*LbPassiveMonitor) DeepCopy ¶
func (in *LbPassiveMonitor) DeepCopy() *LbPassiveMonitor
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPassiveMonitor.
func (*LbPassiveMonitor) DeepCopyInto ¶
func (in *LbPassiveMonitor) DeepCopyInto(out *LbPassiveMonitor)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbPassiveMonitor) DeepCopyObject ¶
func (in *LbPassiveMonitor) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbPassiveMonitor) GetCondition ¶
func (mg *LbPassiveMonitor) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbPassiveMonitor.
func (*LbPassiveMonitor) GetConnectionDetailsMapping ¶
func (tr *LbPassiveMonitor) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LbPassiveMonitor
func (*LbPassiveMonitor) GetDeletionPolicy ¶
func (mg *LbPassiveMonitor) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbPassiveMonitor.
func (*LbPassiveMonitor) GetID ¶
func (tr *LbPassiveMonitor) GetID() string
GetID returns ID of underlying Terraform resource of this LbPassiveMonitor
func (*LbPassiveMonitor) GetManagementPolicy ¶
func (mg *LbPassiveMonitor) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbPassiveMonitor.
func (*LbPassiveMonitor) GetObservation ¶
func (tr *LbPassiveMonitor) GetObservation() (map[string]any, error)
GetObservation of this LbPassiveMonitor
func (*LbPassiveMonitor) GetParameters ¶
func (tr *LbPassiveMonitor) GetParameters() (map[string]any, error)
GetParameters of this LbPassiveMonitor
func (*LbPassiveMonitor) GetProviderConfigReference ¶
func (mg *LbPassiveMonitor) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LbPassiveMonitor.
func (*LbPassiveMonitor) GetProviderReference ¶
func (mg *LbPassiveMonitor) GetProviderReference() *xpv1.Reference
GetProviderReference of this LbPassiveMonitor. Deprecated: Use GetProviderConfigReference.
func (*LbPassiveMonitor) GetPublishConnectionDetailsTo ¶
func (mg *LbPassiveMonitor) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbPassiveMonitor.
func (*LbPassiveMonitor) GetTerraformResourceType ¶
func (mg *LbPassiveMonitor) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LbPassiveMonitor
func (*LbPassiveMonitor) GetTerraformSchemaVersion ¶
func (tr *LbPassiveMonitor) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbPassiveMonitor) GetWriteConnectionSecretToReference ¶
func (mg *LbPassiveMonitor) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbPassiveMonitor.
func (*LbPassiveMonitor) LateInitialize ¶
func (tr *LbPassiveMonitor) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LbPassiveMonitor using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbPassiveMonitor) SetConditions ¶
func (mg *LbPassiveMonitor) SetConditions(c ...xpv1.Condition)
SetConditions of this LbPassiveMonitor.
func (*LbPassiveMonitor) SetDeletionPolicy ¶
func (mg *LbPassiveMonitor) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbPassiveMonitor.
func (*LbPassiveMonitor) SetManagementPolicy ¶
func (mg *LbPassiveMonitor) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbPassiveMonitor.
func (*LbPassiveMonitor) SetObservation ¶
func (tr *LbPassiveMonitor) SetObservation(obs map[string]any) error
SetObservation for this LbPassiveMonitor
func (*LbPassiveMonitor) SetParameters ¶
func (tr *LbPassiveMonitor) SetParameters(params map[string]any) error
SetParameters for this LbPassiveMonitor
func (*LbPassiveMonitor) SetProviderConfigReference ¶
func (mg *LbPassiveMonitor) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LbPassiveMonitor.
func (*LbPassiveMonitor) SetProviderReference ¶
func (mg *LbPassiveMonitor) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LbPassiveMonitor. Deprecated: Use SetProviderConfigReference.
func (*LbPassiveMonitor) SetPublishConnectionDetailsTo ¶
func (mg *LbPassiveMonitor) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbPassiveMonitor.
func (*LbPassiveMonitor) SetWriteConnectionSecretToReference ¶
func (mg *LbPassiveMonitor) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbPassiveMonitor.
type LbPassiveMonitorList ¶
type LbPassiveMonitorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbPassiveMonitor `json:"items"` }
LbPassiveMonitorList contains a list of LbPassiveMonitors
func (*LbPassiveMonitorList) DeepCopy ¶
func (in *LbPassiveMonitorList) DeepCopy() *LbPassiveMonitorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPassiveMonitorList.
func (*LbPassiveMonitorList) DeepCopyInto ¶
func (in *LbPassiveMonitorList) DeepCopyInto(out *LbPassiveMonitorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbPassiveMonitorList) DeepCopyObject ¶
func (in *LbPassiveMonitorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbPassiveMonitorList) GetItems ¶
func (l *LbPassiveMonitorList) GetItems() []resource.Managed
GetItems of this LbPassiveMonitorList.
type LbPassiveMonitorObservation ¶
type LbPassiveMonitorObservation 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"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // When the consecutive failures reach this value, then the member is considered temporarily unavailable for a configurable period MaxFails *float64 `json:"maxFails,omitempty" tf:"max_fails,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"` // After this timeout period, the member is tried again for a new connection to see if it is available Timeout *float64 `json:"timeout,omitempty" tf:"timeout,omitempty"` }
func (*LbPassiveMonitorObservation) DeepCopy ¶
func (in *LbPassiveMonitorObservation) DeepCopy() *LbPassiveMonitorObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPassiveMonitorObservation.
func (*LbPassiveMonitorObservation) DeepCopyInto ¶
func (in *LbPassiveMonitorObservation) DeepCopyInto(out *LbPassiveMonitorObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbPassiveMonitorParameters ¶
type LbPassiveMonitorParameters 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"` // When the consecutive failures reach this value, then the member is considered temporarily unavailable for a configurable period // +kubebuilder:validation:Optional MaxFails *float64 `json:"maxFails,omitempty" tf:"max_fails,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` // After this timeout period, the member is tried again for a new connection to see if it is available // +kubebuilder:validation:Optional Timeout *float64 `json:"timeout,omitempty" tf:"timeout,omitempty"` }
func (*LbPassiveMonitorParameters) DeepCopy ¶
func (in *LbPassiveMonitorParameters) DeepCopy() *LbPassiveMonitorParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPassiveMonitorParameters.
func (*LbPassiveMonitorParameters) DeepCopyInto ¶
func (in *LbPassiveMonitorParameters) DeepCopyInto(out *LbPassiveMonitorParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbPassiveMonitorSpec ¶
type LbPassiveMonitorSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbPassiveMonitorParameters `json:"forProvider"` }
LbPassiveMonitorSpec defines the desired state of LbPassiveMonitor
func (*LbPassiveMonitorSpec) DeepCopy ¶
func (in *LbPassiveMonitorSpec) DeepCopy() *LbPassiveMonitorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPassiveMonitorSpec.
func (*LbPassiveMonitorSpec) DeepCopyInto ¶
func (in *LbPassiveMonitorSpec) DeepCopyInto(out *LbPassiveMonitorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbPassiveMonitorStatus ¶
type LbPassiveMonitorStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbPassiveMonitorObservation `json:"atProvider,omitempty"` }
LbPassiveMonitorStatus defines the observed state of LbPassiveMonitor.
func (*LbPassiveMonitorStatus) DeepCopy ¶
func (in *LbPassiveMonitorStatus) DeepCopy() *LbPassiveMonitorStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPassiveMonitorStatus.
func (*LbPassiveMonitorStatus) DeepCopyInto ¶
func (in *LbPassiveMonitorStatus) DeepCopyInto(out *LbPassiveMonitorStatus)
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.