v1alpha1

package
v0.0.0-...-4b4ec10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=nsxt_lb_source_ip_persistence_profile.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "nsxt_lb_source_ip_persistence_profile.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
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
)
View Source
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) GetCondition

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

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) GetItems

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"`

	// A boolean flag which reflects whether the cookie persistence is private or shared
	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"`
}

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"`

	// A boolean flag which reflects whether the cookie persistence is private or shared
	// +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"`
}

type LbSourceIpPersistenceProfileSpec

type LbSourceIpPersistenceProfileSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     LbSourceIpPersistenceProfileParameters `json:"forProvider"`
}

LbSourceIpPersistenceProfileSpec defines the desired state of LbSourceIpPersistenceProfile

type LbSourceIpPersistenceProfileStatus

type LbSourceIpPersistenceProfileStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        LbSourceIpPersistenceProfileObservation `json:"atProvider,omitempty"`
}

LbSourceIpPersistenceProfileStatus defines the observed state of LbSourceIpPersistenceProfile.

type TagObservation

type TagObservation struct {
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL