Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbclientsslprofile.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LbClientSslProfile
- func (in *LbClientSslProfile) DeepCopy() *LbClientSslProfile
- func (in *LbClientSslProfile) DeepCopyInto(out *LbClientSslProfile)
- func (in *LbClientSslProfile) DeepCopyObject() runtime.Object
- func (mg *LbClientSslProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbClientSslProfile) GetConnectionDetailsMapping() map[string]string
- func (mg *LbClientSslProfile) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbClientSslProfile) GetID() string
- func (mg *LbClientSslProfile) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbClientSslProfile) GetObservation() (map[string]any, error)
- func (tr *LbClientSslProfile) GetParameters() (map[string]any, error)
- func (mg *LbClientSslProfile) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbClientSslProfile) GetProviderReference() *xpv1.Reference
- func (mg *LbClientSslProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbClientSslProfile) GetTerraformResourceType() string
- func (tr *LbClientSslProfile) GetTerraformSchemaVersion() int
- func (mg *LbClientSslProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbClientSslProfile) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbClientSslProfile) SetConditions(c ...xpv1.Condition)
- func (mg *LbClientSslProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbClientSslProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbClientSslProfile) SetObservation(obs map[string]any) error
- func (tr *LbClientSslProfile) SetParameters(params map[string]any) error
- func (mg *LbClientSslProfile) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbClientSslProfile) SetProviderReference(r *xpv1.Reference)
- func (mg *LbClientSslProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbClientSslProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbClientSslProfileList
- type LbClientSslProfileObservation
- type LbClientSslProfileParameters
- type LbClientSslProfileSpec
- type LbClientSslProfileStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbclientsslprofile.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 ( LbClientSslProfile_Kind = "LbClientSslProfile" LbClientSslProfile_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbClientSslProfile_Kind}.String() LbClientSslProfile_KindAPIVersion = LbClientSslProfile_Kind + "." + CRDGroupVersion.String() LbClientSslProfile_GroupVersionKind = CRDGroupVersion.WithKind(LbClientSslProfile_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LbClientSslProfile ¶
type LbClientSslProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LbClientSslProfileSpec `json:"spec"` Status LbClientSslProfileStatus `json:"status,omitempty"` }
LbClientSslProfile is the Schema for the LbClientSslProfiles 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 (*LbClientSslProfile) DeepCopy ¶
func (in *LbClientSslProfile) DeepCopy() *LbClientSslProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbClientSslProfile.
func (*LbClientSslProfile) DeepCopyInto ¶
func (in *LbClientSslProfile) DeepCopyInto(out *LbClientSslProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbClientSslProfile) DeepCopyObject ¶
func (in *LbClientSslProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbClientSslProfile) GetCondition ¶
func (mg *LbClientSslProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbClientSslProfile.
func (*LbClientSslProfile) GetConnectionDetailsMapping ¶
func (tr *LbClientSslProfile) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LbClientSslProfile
func (*LbClientSslProfile) GetDeletionPolicy ¶
func (mg *LbClientSslProfile) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbClientSslProfile.
func (*LbClientSslProfile) GetID ¶
func (tr *LbClientSslProfile) GetID() string
GetID returns ID of underlying Terraform resource of this LbClientSslProfile
func (*LbClientSslProfile) GetManagementPolicy ¶
func (mg *LbClientSslProfile) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbClientSslProfile.
func (*LbClientSslProfile) GetObservation ¶
func (tr *LbClientSslProfile) GetObservation() (map[string]any, error)
GetObservation of this LbClientSslProfile
func (*LbClientSslProfile) GetParameters ¶
func (tr *LbClientSslProfile) GetParameters() (map[string]any, error)
GetParameters of this LbClientSslProfile
func (*LbClientSslProfile) GetProviderConfigReference ¶
func (mg *LbClientSslProfile) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LbClientSslProfile.
func (*LbClientSslProfile) GetProviderReference ¶
func (mg *LbClientSslProfile) GetProviderReference() *xpv1.Reference
GetProviderReference of this LbClientSslProfile. Deprecated: Use GetProviderConfigReference.
func (*LbClientSslProfile) GetPublishConnectionDetailsTo ¶
func (mg *LbClientSslProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbClientSslProfile.
func (*LbClientSslProfile) GetTerraformResourceType ¶
func (mg *LbClientSslProfile) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LbClientSslProfile
func (*LbClientSslProfile) GetTerraformSchemaVersion ¶
func (tr *LbClientSslProfile) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbClientSslProfile) GetWriteConnectionSecretToReference ¶
func (mg *LbClientSslProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbClientSslProfile.
func (*LbClientSslProfile) LateInitialize ¶
func (tr *LbClientSslProfile) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LbClientSslProfile using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbClientSslProfile) SetConditions ¶
func (mg *LbClientSslProfile) SetConditions(c ...xpv1.Condition)
SetConditions of this LbClientSslProfile.
func (*LbClientSslProfile) SetDeletionPolicy ¶
func (mg *LbClientSslProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbClientSslProfile.
func (*LbClientSslProfile) SetManagementPolicy ¶
func (mg *LbClientSslProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbClientSslProfile.
func (*LbClientSslProfile) SetObservation ¶
func (tr *LbClientSslProfile) SetObservation(obs map[string]any) error
SetObservation for this LbClientSslProfile
func (*LbClientSslProfile) SetParameters ¶
func (tr *LbClientSslProfile) SetParameters(params map[string]any) error
SetParameters for this LbClientSslProfile
func (*LbClientSslProfile) SetProviderConfigReference ¶
func (mg *LbClientSslProfile) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LbClientSslProfile.
func (*LbClientSslProfile) SetProviderReference ¶
func (mg *LbClientSslProfile) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LbClientSslProfile. Deprecated: Use SetProviderConfigReference.
func (*LbClientSslProfile) SetPublishConnectionDetailsTo ¶
func (mg *LbClientSslProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbClientSslProfile.
func (*LbClientSslProfile) SetWriteConnectionSecretToReference ¶
func (mg *LbClientSslProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbClientSslProfile.
type LbClientSslProfileList ¶
type LbClientSslProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbClientSslProfile `json:"items"` }
LbClientSslProfileList contains a list of LbClientSslProfiles
func (*LbClientSslProfileList) DeepCopy ¶
func (in *LbClientSslProfileList) DeepCopy() *LbClientSslProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbClientSslProfileList.
func (*LbClientSslProfileList) DeepCopyInto ¶
func (in *LbClientSslProfileList) DeepCopyInto(out *LbClientSslProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbClientSslProfileList) DeepCopyObject ¶
func (in *LbClientSslProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbClientSslProfileList) GetItems ¶
func (l *LbClientSslProfileList) GetItems() []resource.Managed
GetItems of this LbClientSslProfileList.
type LbClientSslProfileObservation ¶
type LbClientSslProfileObservation struct { // Supported SSL cipher list Ciphers []*string `json:"ciphers,omitempty" tf:"ciphers,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"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure IsSecure *bool `json:"isSecure,omitempty" tf:"is_secure,omitempty"` // Allow server to override the client's preference PreferServerCiphers *bool `json:"preferServerCiphers,omitempty" tf:"prefer_server_ciphers,omitempty"` // SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default Protocols []*string `json:"protocols,omitempty" tf:"protocols,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"` // Reuse previously negotiated security parameters during handshake SessionCacheEnabled *bool `json:"sessionCacheEnabled,omitempty" tf:"session_cache_enabled,omitempty"` // For how long the SSL session parameters can be reused SessionCacheTimeout *float64 `json:"sessionCacheTimeout,omitempty" tf:"session_cache_timeout,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbClientSslProfileObservation) DeepCopy ¶
func (in *LbClientSslProfileObservation) DeepCopy() *LbClientSslProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbClientSslProfileObservation.
func (*LbClientSslProfileObservation) DeepCopyInto ¶
func (in *LbClientSslProfileObservation) DeepCopyInto(out *LbClientSslProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbClientSslProfileParameters ¶
type LbClientSslProfileParameters struct { // Supported SSL cipher list // +kubebuilder:validation:Optional Ciphers []*string `json:"ciphers,omitempty" tf:"ciphers,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"` // Allow server to override the client's preference // +kubebuilder:validation:Optional PreferServerCiphers *bool `json:"preferServerCiphers,omitempty" tf:"prefer_server_ciphers,omitempty"` // SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default // +kubebuilder:validation:Optional Protocols []*string `json:"protocols,omitempty" tf:"protocols,omitempty"` // Reuse previously negotiated security parameters during handshake // +kubebuilder:validation:Optional SessionCacheEnabled *bool `json:"sessionCacheEnabled,omitempty" tf:"session_cache_enabled,omitempty"` // For how long the SSL session parameters can be reused // +kubebuilder:validation:Optional SessionCacheTimeout *float64 `json:"sessionCacheTimeout,omitempty" tf:"session_cache_timeout,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbClientSslProfileParameters) DeepCopy ¶
func (in *LbClientSslProfileParameters) DeepCopy() *LbClientSslProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbClientSslProfileParameters.
func (*LbClientSslProfileParameters) DeepCopyInto ¶
func (in *LbClientSslProfileParameters) DeepCopyInto(out *LbClientSslProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbClientSslProfileSpec ¶
type LbClientSslProfileSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbClientSslProfileParameters `json:"forProvider"` }
LbClientSslProfileSpec defines the desired state of LbClientSslProfile
func (*LbClientSslProfileSpec) DeepCopy ¶
func (in *LbClientSslProfileSpec) DeepCopy() *LbClientSslProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbClientSslProfileSpec.
func (*LbClientSslProfileSpec) DeepCopyInto ¶
func (in *LbClientSslProfileSpec) DeepCopyInto(out *LbClientSslProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbClientSslProfileStatus ¶
type LbClientSslProfileStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbClientSslProfileObservation `json:"atProvider,omitempty"` }
LbClientSslProfileStatus defines the observed state of LbClientSslProfile.
func (*LbClientSslProfileStatus) DeepCopy ¶
func (in *LbClientSslProfileStatus) DeepCopy() *LbClientSslProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbClientSslProfileStatus.
func (*LbClientSslProfileStatus) DeepCopyInto ¶
func (in *LbClientSslProfileStatus) DeepCopyInto(out *LbClientSslProfileStatus)
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.