Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbsourceippersistenceprofile.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LbSourceIpPersistenceProfile
- func (in *LbSourceIpPersistenceProfile) DeepCopy() *LbSourceIpPersistenceProfile
- func (in *LbSourceIpPersistenceProfile) DeepCopyInto(out *LbSourceIpPersistenceProfile)
- func (in *LbSourceIpPersistenceProfile) DeepCopyObject() runtime.Object
- func (mg *LbSourceIpPersistenceProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbSourceIpPersistenceProfile) GetConnectionDetailsMapping() map[string]string
- func (mg *LbSourceIpPersistenceProfile) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbSourceIpPersistenceProfile) GetID() string
- func (mg *LbSourceIpPersistenceProfile) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbSourceIpPersistenceProfile) GetObservation() (map[string]any, error)
- func (tr *LbSourceIpPersistenceProfile) GetParameters() (map[string]any, error)
- func (mg *LbSourceIpPersistenceProfile) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbSourceIpPersistenceProfile) GetProviderReference() *xpv1.Reference
- func (mg *LbSourceIpPersistenceProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbSourceIpPersistenceProfile) GetTerraformResourceType() string
- func (tr *LbSourceIpPersistenceProfile) GetTerraformSchemaVersion() int
- func (mg *LbSourceIpPersistenceProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbSourceIpPersistenceProfile) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbSourceIpPersistenceProfile) SetConditions(c ...xpv1.Condition)
- func (mg *LbSourceIpPersistenceProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbSourceIpPersistenceProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbSourceIpPersistenceProfile) SetObservation(obs map[string]any) error
- func (tr *LbSourceIpPersistenceProfile) SetParameters(params map[string]any) error
- func (mg *LbSourceIpPersistenceProfile) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbSourceIpPersistenceProfile) SetProviderReference(r *xpv1.Reference)
- func (mg *LbSourceIpPersistenceProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbSourceIpPersistenceProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbSourceIpPersistenceProfileList
- func (in *LbSourceIpPersistenceProfileList) DeepCopy() *LbSourceIpPersistenceProfileList
- func (in *LbSourceIpPersistenceProfileList) DeepCopyInto(out *LbSourceIpPersistenceProfileList)
- func (in *LbSourceIpPersistenceProfileList) DeepCopyObject() runtime.Object
- func (l *LbSourceIpPersistenceProfileList) GetItems() []resource.Managed
- type LbSourceIpPersistenceProfileObservation
- type LbSourceIpPersistenceProfileParameters
- type LbSourceIpPersistenceProfileSpec
- type LbSourceIpPersistenceProfileStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbsourceippersistenceprofile.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 ( LbSourceIpPersistenceProfile_Kind = "LbSourceIpPersistenceProfile" LbSourceIpPersistenceProfile_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbSourceIpPersistenceProfile_Kind}.String() LbSourceIpPersistenceProfile_KindAPIVersion = LbSourceIpPersistenceProfile_Kind + "." + CRDGroupVersion.String() LbSourceIpPersistenceProfile_GroupVersionKind = CRDGroupVersion.WithKind(LbSourceIpPersistenceProfile_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LbSourceIpPersistenceProfile ¶
type LbSourceIpPersistenceProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LbSourceIpPersistenceProfileSpec `json:"spec"` Status LbSourceIpPersistenceProfileStatus `json:"status,omitempty"` }
LbSourceIpPersistenceProfile is the Schema for the LbSourceIpPersistenceProfiles 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 (*LbSourceIpPersistenceProfile) DeepCopy ¶
func (in *LbSourceIpPersistenceProfile) DeepCopy() *LbSourceIpPersistenceProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) DeepCopyInto ¶
func (in *LbSourceIpPersistenceProfile) DeepCopyInto(out *LbSourceIpPersistenceProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbSourceIpPersistenceProfile) DeepCopyObject ¶
func (in *LbSourceIpPersistenceProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbSourceIpPersistenceProfile) GetCondition ¶
func (mg *LbSourceIpPersistenceProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) GetConnectionDetailsMapping ¶
func (tr *LbSourceIpPersistenceProfile) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LbSourceIpPersistenceProfile
func (*LbSourceIpPersistenceProfile) GetDeletionPolicy ¶
func (mg *LbSourceIpPersistenceProfile) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) GetID ¶
func (tr *LbSourceIpPersistenceProfile) GetID() string
GetID returns ID of underlying Terraform resource of this LbSourceIpPersistenceProfile
func (*LbSourceIpPersistenceProfile) GetManagementPolicy ¶
func (mg *LbSourceIpPersistenceProfile) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) GetObservation ¶
func (tr *LbSourceIpPersistenceProfile) GetObservation() (map[string]any, error)
GetObservation of this LbSourceIpPersistenceProfile
func (*LbSourceIpPersistenceProfile) GetParameters ¶
func (tr *LbSourceIpPersistenceProfile) GetParameters() (map[string]any, error)
GetParameters of this LbSourceIpPersistenceProfile
func (*LbSourceIpPersistenceProfile) GetProviderConfigReference ¶
func (mg *LbSourceIpPersistenceProfile) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) GetProviderReference ¶
func (mg *LbSourceIpPersistenceProfile) GetProviderReference() *xpv1.Reference
GetProviderReference of this LbSourceIpPersistenceProfile. Deprecated: Use GetProviderConfigReference.
func (*LbSourceIpPersistenceProfile) GetPublishConnectionDetailsTo ¶
func (mg *LbSourceIpPersistenceProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) GetTerraformResourceType ¶
func (mg *LbSourceIpPersistenceProfile) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LbSourceIpPersistenceProfile
func (*LbSourceIpPersistenceProfile) GetTerraformSchemaVersion ¶
func (tr *LbSourceIpPersistenceProfile) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbSourceIpPersistenceProfile) GetWriteConnectionSecretToReference ¶
func (mg *LbSourceIpPersistenceProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) LateInitialize ¶
func (tr *LbSourceIpPersistenceProfile) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LbSourceIpPersistenceProfile using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbSourceIpPersistenceProfile) SetConditions ¶
func (mg *LbSourceIpPersistenceProfile) SetConditions(c ...xpv1.Condition)
SetConditions of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) SetDeletionPolicy ¶
func (mg *LbSourceIpPersistenceProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) SetManagementPolicy ¶
func (mg *LbSourceIpPersistenceProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) SetObservation ¶
func (tr *LbSourceIpPersistenceProfile) SetObservation(obs map[string]any) error
SetObservation for this LbSourceIpPersistenceProfile
func (*LbSourceIpPersistenceProfile) SetParameters ¶
func (tr *LbSourceIpPersistenceProfile) SetParameters(params map[string]any) error
SetParameters for this LbSourceIpPersistenceProfile
func (*LbSourceIpPersistenceProfile) SetProviderConfigReference ¶
func (mg *LbSourceIpPersistenceProfile) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) SetProviderReference ¶
func (mg *LbSourceIpPersistenceProfile) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LbSourceIpPersistenceProfile. Deprecated: Use SetProviderConfigReference.
func (*LbSourceIpPersistenceProfile) SetPublishConnectionDetailsTo ¶
func (mg *LbSourceIpPersistenceProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfile) SetWriteConnectionSecretToReference ¶
func (mg *LbSourceIpPersistenceProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbSourceIpPersistenceProfile.
type LbSourceIpPersistenceProfileList ¶
type LbSourceIpPersistenceProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbSourceIpPersistenceProfile `json:"items"` }
LbSourceIpPersistenceProfileList contains a list of LbSourceIpPersistenceProfiles
func (*LbSourceIpPersistenceProfileList) DeepCopy ¶
func (in *LbSourceIpPersistenceProfileList) DeepCopy() *LbSourceIpPersistenceProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbSourceIpPersistenceProfileList.
func (*LbSourceIpPersistenceProfileList) DeepCopyInto ¶
func (in *LbSourceIpPersistenceProfileList) DeepCopyInto(out *LbSourceIpPersistenceProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbSourceIpPersistenceProfileList) DeepCopyObject ¶
func (in *LbSourceIpPersistenceProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbSourceIpPersistenceProfileList) GetItems ¶
func (l *LbSourceIpPersistenceProfileList) GetItems() []resource.Managed
GetItems of this LbSourceIpPersistenceProfileList.
type LbSourceIpPersistenceProfileObservation ¶
type LbSourceIpPersistenceProfileObservation 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"` // A boolean flag which reflects whether persistence entries will be synchronized to the HA peer HaPersistenceMirroring *bool `json:"haPersistenceMirroring,omitempty" tf:"ha_persistence_mirroring,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` PersistenceShared *bool `json:"persistenceShared,omitempty" tf:"persistence_shared,omitempty"` // A boolean flag which reflects whether entries will be purged when the persistence table is full PurgeWhenFull *bool `json:"purgeWhenFull,omitempty" tf:"purge_when_full,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"` // Persistence expiration time in seconds, counted from the time all the connections are completed Timeout *float64 `json:"timeout,omitempty" tf:"timeout,omitempty"` }
func (*LbSourceIpPersistenceProfileObservation) DeepCopy ¶
func (in *LbSourceIpPersistenceProfileObservation) DeepCopy() *LbSourceIpPersistenceProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbSourceIpPersistenceProfileObservation.
func (*LbSourceIpPersistenceProfileObservation) DeepCopyInto ¶
func (in *LbSourceIpPersistenceProfileObservation) DeepCopyInto(out *LbSourceIpPersistenceProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbSourceIpPersistenceProfileParameters ¶
type LbSourceIpPersistenceProfileParameters 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"` // A boolean flag which reflects whether persistence entries will be synchronized to the HA peer // +kubebuilder:validation:Optional HaPersistenceMirroring *bool `json:"haPersistenceMirroring,omitempty" tf:"ha_persistence_mirroring,omitempty"` // +kubebuilder:validation:Optional PersistenceShared *bool `json:"persistenceShared,omitempty" tf:"persistence_shared,omitempty"` // A boolean flag which reflects whether entries will be purged when the persistence table is full // +kubebuilder:validation:Optional PurgeWhenFull *bool `json:"purgeWhenFull,omitempty" tf:"purge_when_full,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` // Persistence expiration time in seconds, counted from the time all the connections are completed // +kubebuilder:validation:Optional Timeout *float64 `json:"timeout,omitempty" tf:"timeout,omitempty"` }
func (*LbSourceIpPersistenceProfileParameters) DeepCopy ¶
func (in *LbSourceIpPersistenceProfileParameters) DeepCopy() *LbSourceIpPersistenceProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbSourceIpPersistenceProfileParameters.
func (*LbSourceIpPersistenceProfileParameters) DeepCopyInto ¶
func (in *LbSourceIpPersistenceProfileParameters) DeepCopyInto(out *LbSourceIpPersistenceProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbSourceIpPersistenceProfileSpec ¶
type LbSourceIpPersistenceProfileSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbSourceIpPersistenceProfileParameters `json:"forProvider"` }
LbSourceIpPersistenceProfileSpec defines the desired state of LbSourceIpPersistenceProfile
func (*LbSourceIpPersistenceProfileSpec) DeepCopy ¶
func (in *LbSourceIpPersistenceProfileSpec) DeepCopy() *LbSourceIpPersistenceProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbSourceIpPersistenceProfileSpec.
func (*LbSourceIpPersistenceProfileSpec) DeepCopyInto ¶
func (in *LbSourceIpPersistenceProfileSpec) DeepCopyInto(out *LbSourceIpPersistenceProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbSourceIpPersistenceProfileStatus ¶
type LbSourceIpPersistenceProfileStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbSourceIpPersistenceProfileObservation `json:"atProvider,omitempty"` }
LbSourceIpPersistenceProfileStatus defines the observed state of LbSourceIpPersistenceProfile.
func (*LbSourceIpPersistenceProfileStatus) DeepCopy ¶
func (in *LbSourceIpPersistenceProfileStatus) DeepCopy() *LbSourceIpPersistenceProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbSourceIpPersistenceProfileStatus.
func (*LbSourceIpPersistenceProfileStatus) DeepCopyInto ¶
func (in *LbSourceIpPersistenceProfileStatus) DeepCopyInto(out *LbSourceIpPersistenceProfileStatus)
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.