Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbudpvirtualserver.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LbUdpVirtualServer
- func (in *LbUdpVirtualServer) DeepCopy() *LbUdpVirtualServer
- func (in *LbUdpVirtualServer) DeepCopyInto(out *LbUdpVirtualServer)
- func (in *LbUdpVirtualServer) DeepCopyObject() runtime.Object
- func (mg *LbUdpVirtualServer) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbUdpVirtualServer) GetConnectionDetailsMapping() map[string]string
- func (mg *LbUdpVirtualServer) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbUdpVirtualServer) GetID() string
- func (mg *LbUdpVirtualServer) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbUdpVirtualServer) GetObservation() (map[string]any, error)
- func (tr *LbUdpVirtualServer) GetParameters() (map[string]any, error)
- func (mg *LbUdpVirtualServer) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbUdpVirtualServer) GetProviderReference() *xpv1.Reference
- func (mg *LbUdpVirtualServer) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbUdpVirtualServer) GetTerraformResourceType() string
- func (tr *LbUdpVirtualServer) GetTerraformSchemaVersion() int
- func (mg *LbUdpVirtualServer) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbUdpVirtualServer) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbUdpVirtualServer) SetConditions(c ...xpv1.Condition)
- func (mg *LbUdpVirtualServer) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbUdpVirtualServer) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbUdpVirtualServer) SetObservation(obs map[string]any) error
- func (tr *LbUdpVirtualServer) SetParameters(params map[string]any) error
- func (mg *LbUdpVirtualServer) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbUdpVirtualServer) SetProviderReference(r *xpv1.Reference)
- func (mg *LbUdpVirtualServer) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbUdpVirtualServer) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbUdpVirtualServerList
- type LbUdpVirtualServerObservation
- type LbUdpVirtualServerParameters
- type LbUdpVirtualServerSpec
- type LbUdpVirtualServerStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbudpvirtualserver.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 ( LbUdpVirtualServer_Kind = "LbUdpVirtualServer" LbUdpVirtualServer_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbUdpVirtualServer_Kind}.String() LbUdpVirtualServer_KindAPIVersion = LbUdpVirtualServer_Kind + "." + CRDGroupVersion.String() LbUdpVirtualServer_GroupVersionKind = CRDGroupVersion.WithKind(LbUdpVirtualServer_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LbUdpVirtualServer ¶
type LbUdpVirtualServer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.applicationProfileId)",message="applicationProfileId is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.ipAddress)",message="ipAddress is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.ports)",message="ports is a required parameter" Spec LbUdpVirtualServerSpec `json:"spec"` Status LbUdpVirtualServerStatus `json:"status,omitempty"` }
LbUdpVirtualServer is the Schema for the LbUdpVirtualServers 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 (*LbUdpVirtualServer) DeepCopy ¶
func (in *LbUdpVirtualServer) DeepCopy() *LbUdpVirtualServer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbUdpVirtualServer.
func (*LbUdpVirtualServer) DeepCopyInto ¶
func (in *LbUdpVirtualServer) DeepCopyInto(out *LbUdpVirtualServer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbUdpVirtualServer) DeepCopyObject ¶
func (in *LbUdpVirtualServer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbUdpVirtualServer) GetCondition ¶
func (mg *LbUdpVirtualServer) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) GetConnectionDetailsMapping ¶
func (tr *LbUdpVirtualServer) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LbUdpVirtualServer
func (*LbUdpVirtualServer) GetDeletionPolicy ¶
func (mg *LbUdpVirtualServer) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) GetID ¶
func (tr *LbUdpVirtualServer) GetID() string
GetID returns ID of underlying Terraform resource of this LbUdpVirtualServer
func (*LbUdpVirtualServer) GetManagementPolicy ¶
func (mg *LbUdpVirtualServer) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) GetObservation ¶
func (tr *LbUdpVirtualServer) GetObservation() (map[string]any, error)
GetObservation of this LbUdpVirtualServer
func (*LbUdpVirtualServer) GetParameters ¶
func (tr *LbUdpVirtualServer) GetParameters() (map[string]any, error)
GetParameters of this LbUdpVirtualServer
func (*LbUdpVirtualServer) GetProviderConfigReference ¶
func (mg *LbUdpVirtualServer) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) GetProviderReference ¶
func (mg *LbUdpVirtualServer) GetProviderReference() *xpv1.Reference
GetProviderReference of this LbUdpVirtualServer. Deprecated: Use GetProviderConfigReference.
func (*LbUdpVirtualServer) GetPublishConnectionDetailsTo ¶
func (mg *LbUdpVirtualServer) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) GetTerraformResourceType ¶
func (mg *LbUdpVirtualServer) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LbUdpVirtualServer
func (*LbUdpVirtualServer) GetTerraformSchemaVersion ¶
func (tr *LbUdpVirtualServer) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbUdpVirtualServer) GetWriteConnectionSecretToReference ¶
func (mg *LbUdpVirtualServer) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) LateInitialize ¶
func (tr *LbUdpVirtualServer) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LbUdpVirtualServer using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbUdpVirtualServer) SetConditions ¶
func (mg *LbUdpVirtualServer) SetConditions(c ...xpv1.Condition)
SetConditions of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) SetDeletionPolicy ¶
func (mg *LbUdpVirtualServer) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) SetManagementPolicy ¶
func (mg *LbUdpVirtualServer) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) SetObservation ¶
func (tr *LbUdpVirtualServer) SetObservation(obs map[string]any) error
SetObservation for this LbUdpVirtualServer
func (*LbUdpVirtualServer) SetParameters ¶
func (tr *LbUdpVirtualServer) SetParameters(params map[string]any) error
SetParameters for this LbUdpVirtualServer
func (*LbUdpVirtualServer) SetProviderConfigReference ¶
func (mg *LbUdpVirtualServer) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) SetProviderReference ¶
func (mg *LbUdpVirtualServer) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LbUdpVirtualServer. Deprecated: Use SetProviderConfigReference.
func (*LbUdpVirtualServer) SetPublishConnectionDetailsTo ¶
func (mg *LbUdpVirtualServer) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbUdpVirtualServer.
func (*LbUdpVirtualServer) SetWriteConnectionSecretToReference ¶
func (mg *LbUdpVirtualServer) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbUdpVirtualServer.
type LbUdpVirtualServerList ¶
type LbUdpVirtualServerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbUdpVirtualServer `json:"items"` }
LbUdpVirtualServerList contains a list of LbUdpVirtualServers
func (*LbUdpVirtualServerList) DeepCopy ¶
func (in *LbUdpVirtualServerList) DeepCopy() *LbUdpVirtualServerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbUdpVirtualServerList.
func (*LbUdpVirtualServerList) DeepCopyInto ¶
func (in *LbUdpVirtualServerList) DeepCopyInto(out *LbUdpVirtualServerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbUdpVirtualServerList) DeepCopyObject ¶
func (in *LbUdpVirtualServerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbUdpVirtualServerList) GetItems ¶
func (l *LbUdpVirtualServerList) GetItems() []resource.Managed
GetItems of this LbUdpVirtualServerList.
type LbUdpVirtualServerObservation ¶
type LbUdpVirtualServerObservation struct { // Whether access log is enabled AccessLogEnabled *bool `json:"accessLogEnabled,omitempty" tf:"access_log_enabled,omitempty"` // The tcp application profile defines the application protocol characteristics ApplicationProfileID *string `json:"applicationProfileId,omitempty" tf:"application_profile_id,omitempty"` // Default pool member ports or port range DefaultPoolMemberPorts []*string `json:"defaultPoolMemberPorts,omitempty" tf:"default_pool_member_ports,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"` // whether the virtual server is enabled Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // virtual server IP address IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"` // If not specified, connections are unlimited MaxConcurrentConnections *float64 `json:"maxConcurrentConnections,omitempty" tf:"max_concurrent_connections,omitempty"` // If not specified, connection rate is unlimited MaxNewConnectionRate *float64 `json:"maxNewConnectionRate,omitempty" tf:"max_new_connection_rate,omitempty"` // Persistence profile is used to allow related client connections to be sent to the same backend server. Source ip persistence is supported. PersistenceProfileID *string `json:"persistenceProfileId,omitempty" tf:"persistence_profile_id,omitempty"` // Server pool for backend connections PoolID *string `json:"poolId,omitempty" tf:"pool_id,omitempty"` // Single port, multiple ports or port ranges Ports []*string `json:"ports,omitempty" tf:"ports,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"` // When load balancer can not select a backend server to serve the request in default pool, the request would be served by sorry server pool SorryPoolID *string `json:"sorryPoolId,omitempty" tf:"sorry_pool_id,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbUdpVirtualServerObservation) DeepCopy ¶
func (in *LbUdpVirtualServerObservation) DeepCopy() *LbUdpVirtualServerObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbUdpVirtualServerObservation.
func (*LbUdpVirtualServerObservation) DeepCopyInto ¶
func (in *LbUdpVirtualServerObservation) DeepCopyInto(out *LbUdpVirtualServerObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbUdpVirtualServerParameters ¶
type LbUdpVirtualServerParameters struct { // Whether access log is enabled // +kubebuilder:validation:Optional AccessLogEnabled *bool `json:"accessLogEnabled,omitempty" tf:"access_log_enabled,omitempty"` // The tcp application profile defines the application protocol characteristics // +kubebuilder:validation:Optional ApplicationProfileID *string `json:"applicationProfileId,omitempty" tf:"application_profile_id,omitempty"` // Default pool member ports or port range // +kubebuilder:validation:Optional DefaultPoolMemberPorts []*string `json:"defaultPoolMemberPorts,omitempty" tf:"default_pool_member_ports,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"` // whether the virtual server is enabled // +kubebuilder:validation:Optional Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"` // virtual server IP address // +kubebuilder:validation:Optional IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"` // If not specified, connections are unlimited // +kubebuilder:validation:Optional MaxConcurrentConnections *float64 `json:"maxConcurrentConnections,omitempty" tf:"max_concurrent_connections,omitempty"` // If not specified, connection rate is unlimited // +kubebuilder:validation:Optional MaxNewConnectionRate *float64 `json:"maxNewConnectionRate,omitempty" tf:"max_new_connection_rate,omitempty"` // Persistence profile is used to allow related client connections to be sent to the same backend server. Source ip persistence is supported. // +kubebuilder:validation:Optional PersistenceProfileID *string `json:"persistenceProfileId,omitempty" tf:"persistence_profile_id,omitempty"` // Server pool for backend connections // +kubebuilder:validation:Optional PoolID *string `json:"poolId,omitempty" tf:"pool_id,omitempty"` // Single port, multiple ports or port ranges // +kubebuilder:validation:Optional Ports []*string `json:"ports,omitempty" tf:"ports,omitempty"` // When load balancer can not select a backend server to serve the request in default pool, the request would be served by sorry server pool // +kubebuilder:validation:Optional SorryPoolID *string `json:"sorryPoolId,omitempty" tf:"sorry_pool_id,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbUdpVirtualServerParameters) DeepCopy ¶
func (in *LbUdpVirtualServerParameters) DeepCopy() *LbUdpVirtualServerParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbUdpVirtualServerParameters.
func (*LbUdpVirtualServerParameters) DeepCopyInto ¶
func (in *LbUdpVirtualServerParameters) DeepCopyInto(out *LbUdpVirtualServerParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbUdpVirtualServerSpec ¶
type LbUdpVirtualServerSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbUdpVirtualServerParameters `json:"forProvider"` }
LbUdpVirtualServerSpec defines the desired state of LbUdpVirtualServer
func (*LbUdpVirtualServerSpec) DeepCopy ¶
func (in *LbUdpVirtualServerSpec) DeepCopy() *LbUdpVirtualServerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbUdpVirtualServerSpec.
func (*LbUdpVirtualServerSpec) DeepCopyInto ¶
func (in *LbUdpVirtualServerSpec) DeepCopyInto(out *LbUdpVirtualServerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbUdpVirtualServerStatus ¶
type LbUdpVirtualServerStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbUdpVirtualServerObservation `json:"atProvider,omitempty"` }
LbUdpVirtualServerStatus defines the observed state of LbUdpVirtualServer.
func (*LbUdpVirtualServerStatus) DeepCopy ¶
func (in *LbUdpVirtualServerStatus) DeepCopy() *LbUdpVirtualServerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbUdpVirtualServerStatus.
func (*LbUdpVirtualServerStatus) DeepCopyInto ¶
func (in *LbUdpVirtualServerStatus) DeepCopyInto(out *LbUdpVirtualServerStatus)
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.