Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbserversslprofile.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LbServerSslProfile
- func (in *LbServerSslProfile) DeepCopy() *LbServerSslProfile
- func (in *LbServerSslProfile) DeepCopyInto(out *LbServerSslProfile)
- func (in *LbServerSslProfile) DeepCopyObject() runtime.Object
- func (mg *LbServerSslProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbServerSslProfile) GetConnectionDetailsMapping() map[string]string
- func (mg *LbServerSslProfile) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbServerSslProfile) GetID() string
- func (mg *LbServerSslProfile) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbServerSslProfile) GetObservation() (map[string]any, error)
- func (tr *LbServerSslProfile) GetParameters() (map[string]any, error)
- func (mg *LbServerSslProfile) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbServerSslProfile) GetProviderReference() *xpv1.Reference
- func (mg *LbServerSslProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbServerSslProfile) GetTerraformResourceType() string
- func (tr *LbServerSslProfile) GetTerraformSchemaVersion() int
- func (mg *LbServerSslProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbServerSslProfile) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbServerSslProfile) SetConditions(c ...xpv1.Condition)
- func (mg *LbServerSslProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbServerSslProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbServerSslProfile) SetObservation(obs map[string]any) error
- func (tr *LbServerSslProfile) SetParameters(params map[string]any) error
- func (mg *LbServerSslProfile) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbServerSslProfile) SetProviderReference(r *xpv1.Reference)
- func (mg *LbServerSslProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbServerSslProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbServerSslProfileList
- type LbServerSslProfileObservation
- type LbServerSslProfileParameters
- type LbServerSslProfileSpec
- type LbServerSslProfileStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbserversslprofile.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 ( LbServerSslProfile_Kind = "LbServerSslProfile" LbServerSslProfile_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbServerSslProfile_Kind}.String() LbServerSslProfile_KindAPIVersion = LbServerSslProfile_Kind + "." + CRDGroupVersion.String() LbServerSslProfile_GroupVersionKind = CRDGroupVersion.WithKind(LbServerSslProfile_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LbServerSslProfile ¶
type LbServerSslProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LbServerSslProfileSpec `json:"spec"` Status LbServerSslProfileStatus `json:"status,omitempty"` }
LbServerSslProfile is the Schema for the LbServerSslProfiles 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 (*LbServerSslProfile) DeepCopy ¶
func (in *LbServerSslProfile) DeepCopy() *LbServerSslProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbServerSslProfile.
func (*LbServerSslProfile) DeepCopyInto ¶
func (in *LbServerSslProfile) DeepCopyInto(out *LbServerSslProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbServerSslProfile) DeepCopyObject ¶
func (in *LbServerSslProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbServerSslProfile) GetCondition ¶
func (mg *LbServerSslProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbServerSslProfile.
func (*LbServerSslProfile) GetConnectionDetailsMapping ¶
func (tr *LbServerSslProfile) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LbServerSslProfile
func (*LbServerSslProfile) GetDeletionPolicy ¶
func (mg *LbServerSslProfile) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbServerSslProfile.
func (*LbServerSslProfile) GetID ¶
func (tr *LbServerSslProfile) GetID() string
GetID returns ID of underlying Terraform resource of this LbServerSslProfile
func (*LbServerSslProfile) GetManagementPolicy ¶
func (mg *LbServerSslProfile) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbServerSslProfile.
func (*LbServerSslProfile) GetObservation ¶
func (tr *LbServerSslProfile) GetObservation() (map[string]any, error)
GetObservation of this LbServerSslProfile
func (*LbServerSslProfile) GetParameters ¶
func (tr *LbServerSslProfile) GetParameters() (map[string]any, error)
GetParameters of this LbServerSslProfile
func (*LbServerSslProfile) GetProviderConfigReference ¶
func (mg *LbServerSslProfile) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LbServerSslProfile.
func (*LbServerSslProfile) GetProviderReference ¶
func (mg *LbServerSslProfile) GetProviderReference() *xpv1.Reference
GetProviderReference of this LbServerSslProfile. Deprecated: Use GetProviderConfigReference.
func (*LbServerSslProfile) GetPublishConnectionDetailsTo ¶
func (mg *LbServerSslProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbServerSslProfile.
func (*LbServerSslProfile) GetTerraformResourceType ¶
func (mg *LbServerSslProfile) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LbServerSslProfile
func (*LbServerSslProfile) GetTerraformSchemaVersion ¶
func (tr *LbServerSslProfile) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbServerSslProfile) GetWriteConnectionSecretToReference ¶
func (mg *LbServerSslProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbServerSslProfile.
func (*LbServerSslProfile) LateInitialize ¶
func (tr *LbServerSslProfile) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LbServerSslProfile using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbServerSslProfile) SetConditions ¶
func (mg *LbServerSslProfile) SetConditions(c ...xpv1.Condition)
SetConditions of this LbServerSslProfile.
func (*LbServerSslProfile) SetDeletionPolicy ¶
func (mg *LbServerSslProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbServerSslProfile.
func (*LbServerSslProfile) SetManagementPolicy ¶
func (mg *LbServerSslProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbServerSslProfile.
func (*LbServerSslProfile) SetObservation ¶
func (tr *LbServerSslProfile) SetObservation(obs map[string]any) error
SetObservation for this LbServerSslProfile
func (*LbServerSslProfile) SetParameters ¶
func (tr *LbServerSslProfile) SetParameters(params map[string]any) error
SetParameters for this LbServerSslProfile
func (*LbServerSslProfile) SetProviderConfigReference ¶
func (mg *LbServerSslProfile) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LbServerSslProfile.
func (*LbServerSslProfile) SetProviderReference ¶
func (mg *LbServerSslProfile) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LbServerSslProfile. Deprecated: Use SetProviderConfigReference.
func (*LbServerSslProfile) SetPublishConnectionDetailsTo ¶
func (mg *LbServerSslProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbServerSslProfile.
func (*LbServerSslProfile) SetWriteConnectionSecretToReference ¶
func (mg *LbServerSslProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbServerSslProfile.
type LbServerSslProfileList ¶
type LbServerSslProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbServerSslProfile `json:"items"` }
LbServerSslProfileList contains a list of LbServerSslProfiles
func (*LbServerSslProfileList) DeepCopy ¶
func (in *LbServerSslProfileList) DeepCopy() *LbServerSslProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbServerSslProfileList.
func (*LbServerSslProfileList) DeepCopyInto ¶
func (in *LbServerSslProfileList) DeepCopyInto(out *LbServerSslProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbServerSslProfileList) DeepCopyObject ¶
func (in *LbServerSslProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbServerSslProfileList) GetItems ¶
func (l *LbServerSslProfileList) GetItems() []resource.Managed
GetItems of this LbServerSslProfileList.
type LbServerSslProfileObservation ¶
type LbServerSslProfileObservation 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"` // 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"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbServerSslProfileObservation) DeepCopy ¶
func (in *LbServerSslProfileObservation) DeepCopy() *LbServerSslProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbServerSslProfileObservation.
func (*LbServerSslProfileObservation) DeepCopyInto ¶
func (in *LbServerSslProfileObservation) DeepCopyInto(out *LbServerSslProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbServerSslProfileParameters ¶
type LbServerSslProfileParameters 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"` // 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"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbServerSslProfileParameters) DeepCopy ¶
func (in *LbServerSslProfileParameters) DeepCopy() *LbServerSslProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbServerSslProfileParameters.
func (*LbServerSslProfileParameters) DeepCopyInto ¶
func (in *LbServerSslProfileParameters) DeepCopyInto(out *LbServerSslProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbServerSslProfileSpec ¶
type LbServerSslProfileSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbServerSslProfileParameters `json:"forProvider"` }
LbServerSslProfileSpec defines the desired state of LbServerSslProfile
func (*LbServerSslProfileSpec) DeepCopy ¶
func (in *LbServerSslProfileSpec) DeepCopy() *LbServerSslProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbServerSslProfileSpec.
func (*LbServerSslProfileSpec) DeepCopyInto ¶
func (in *LbServerSslProfileSpec) DeepCopyInto(out *LbServerSslProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbServerSslProfileStatus ¶
type LbServerSslProfileStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbServerSslProfileObservation `json:"atProvider,omitempty"` }
LbServerSslProfileStatus defines the observed state of LbServerSslProfile.
func (*LbServerSslProfileStatus) DeepCopy ¶
func (in *LbServerSslProfileStatus) DeepCopy() *LbServerSslProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbServerSslProfileStatus.
func (*LbServerSslProfileStatus) DeepCopyInto ¶
func (in *LbServerSslProfileStatus) DeepCopyInto(out *LbServerSslProfileStatus)
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.