Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtalgorithmtypensservice.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type AlgorithmTypeNsService
- func (in *AlgorithmTypeNsService) DeepCopy() *AlgorithmTypeNsService
- func (in *AlgorithmTypeNsService) DeepCopyInto(out *AlgorithmTypeNsService)
- func (in *AlgorithmTypeNsService) DeepCopyObject() runtime.Object
- func (mg *AlgorithmTypeNsService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *AlgorithmTypeNsService) GetConnectionDetailsMapping() map[string]string
- func (mg *AlgorithmTypeNsService) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *AlgorithmTypeNsService) GetID() string
- func (mg *AlgorithmTypeNsService) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *AlgorithmTypeNsService) GetObservation() (map[string]any, error)
- func (tr *AlgorithmTypeNsService) GetParameters() (map[string]any, error)
- func (mg *AlgorithmTypeNsService) GetProviderConfigReference() *xpv1.Reference
- func (mg *AlgorithmTypeNsService) GetProviderReference() *xpv1.Reference
- func (mg *AlgorithmTypeNsService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *AlgorithmTypeNsService) GetTerraformResourceType() string
- func (tr *AlgorithmTypeNsService) GetTerraformSchemaVersion() int
- func (mg *AlgorithmTypeNsService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *AlgorithmTypeNsService) LateInitialize(attrs []byte) (bool, error)
- func (mg *AlgorithmTypeNsService) SetConditions(c ...xpv1.Condition)
- func (mg *AlgorithmTypeNsService) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *AlgorithmTypeNsService) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *AlgorithmTypeNsService) SetObservation(obs map[string]any) error
- func (tr *AlgorithmTypeNsService) SetParameters(params map[string]any) error
- func (mg *AlgorithmTypeNsService) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *AlgorithmTypeNsService) SetProviderReference(r *xpv1.Reference)
- func (mg *AlgorithmTypeNsService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *AlgorithmTypeNsService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type AlgorithmTypeNsServiceList
- type AlgorithmTypeNsServiceObservation
- type AlgorithmTypeNsServiceParameters
- type AlgorithmTypeNsServiceSpec
- type AlgorithmTypeNsServiceStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtalgorithmtypensservice.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( AlgorithmTypeNsService_Kind = "AlgorithmTypeNsService" AlgorithmTypeNsService_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: AlgorithmTypeNsService_Kind}.String() AlgorithmTypeNsService_KindAPIVersion = AlgorithmTypeNsService_Kind + "." + CRDGroupVersion.String() AlgorithmTypeNsService_GroupVersionKind = CRDGroupVersion.WithKind(AlgorithmTypeNsService_Kind) )
Repository type metadata.
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 )
Functions ¶
This section is empty.
Types ¶
type AlgorithmTypeNsService ¶
type AlgorithmTypeNsService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.algorithm)",message="algorithm is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.destinationPort)",message="destinationPort is a required parameter" Spec AlgorithmTypeNsServiceSpec `json:"spec"` Status AlgorithmTypeNsServiceStatus `json:"status,omitempty"` }
AlgorithmTypeNsService is the Schema for the AlgorithmTypeNsServices 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 (*AlgorithmTypeNsService) DeepCopy ¶
func (in *AlgorithmTypeNsService) DeepCopy() *AlgorithmTypeNsService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) DeepCopyInto ¶
func (in *AlgorithmTypeNsService) DeepCopyInto(out *AlgorithmTypeNsService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AlgorithmTypeNsService) DeepCopyObject ¶
func (in *AlgorithmTypeNsService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AlgorithmTypeNsService) GetCondition ¶
func (mg *AlgorithmTypeNsService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) GetConnectionDetailsMapping ¶
func (tr *AlgorithmTypeNsService) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this AlgorithmTypeNsService
func (*AlgorithmTypeNsService) GetDeletionPolicy ¶
func (mg *AlgorithmTypeNsService) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) GetID ¶
func (tr *AlgorithmTypeNsService) GetID() string
GetID returns ID of underlying Terraform resource of this AlgorithmTypeNsService
func (*AlgorithmTypeNsService) GetManagementPolicy ¶
func (mg *AlgorithmTypeNsService) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) GetObservation ¶
func (tr *AlgorithmTypeNsService) GetObservation() (map[string]any, error)
GetObservation of this AlgorithmTypeNsService
func (*AlgorithmTypeNsService) GetParameters ¶
func (tr *AlgorithmTypeNsService) GetParameters() (map[string]any, error)
GetParameters of this AlgorithmTypeNsService
func (*AlgorithmTypeNsService) GetProviderConfigReference ¶
func (mg *AlgorithmTypeNsService) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) GetProviderReference ¶
func (mg *AlgorithmTypeNsService) GetProviderReference() *xpv1.Reference
GetProviderReference of this AlgorithmTypeNsService. Deprecated: Use GetProviderConfigReference.
func (*AlgorithmTypeNsService) GetPublishConnectionDetailsTo ¶
func (mg *AlgorithmTypeNsService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) GetTerraformResourceType ¶
func (mg *AlgorithmTypeNsService) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this AlgorithmTypeNsService
func (*AlgorithmTypeNsService) GetTerraformSchemaVersion ¶
func (tr *AlgorithmTypeNsService) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*AlgorithmTypeNsService) GetWriteConnectionSecretToReference ¶
func (mg *AlgorithmTypeNsService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) LateInitialize ¶
func (tr *AlgorithmTypeNsService) LateInitialize(attrs []byte) (bool, error)
LateInitialize this AlgorithmTypeNsService using its observed tfState. returns True if there are any spec changes for the resource.
func (*AlgorithmTypeNsService) SetConditions ¶
func (mg *AlgorithmTypeNsService) SetConditions(c ...xpv1.Condition)
SetConditions of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) SetDeletionPolicy ¶
func (mg *AlgorithmTypeNsService) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) SetManagementPolicy ¶
func (mg *AlgorithmTypeNsService) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) SetObservation ¶
func (tr *AlgorithmTypeNsService) SetObservation(obs map[string]any) error
SetObservation for this AlgorithmTypeNsService
func (*AlgorithmTypeNsService) SetParameters ¶
func (tr *AlgorithmTypeNsService) SetParameters(params map[string]any) error
SetParameters for this AlgorithmTypeNsService
func (*AlgorithmTypeNsService) SetProviderConfigReference ¶
func (mg *AlgorithmTypeNsService) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) SetProviderReference ¶
func (mg *AlgorithmTypeNsService) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this AlgorithmTypeNsService. Deprecated: Use SetProviderConfigReference.
func (*AlgorithmTypeNsService) SetPublishConnectionDetailsTo ¶
func (mg *AlgorithmTypeNsService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this AlgorithmTypeNsService.
func (*AlgorithmTypeNsService) SetWriteConnectionSecretToReference ¶
func (mg *AlgorithmTypeNsService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this AlgorithmTypeNsService.
type AlgorithmTypeNsServiceList ¶
type AlgorithmTypeNsServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AlgorithmTypeNsService `json:"items"` }
AlgorithmTypeNsServiceList contains a list of AlgorithmTypeNsServices
func (*AlgorithmTypeNsServiceList) DeepCopy ¶
func (in *AlgorithmTypeNsServiceList) DeepCopy() *AlgorithmTypeNsServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlgorithmTypeNsServiceList.
func (*AlgorithmTypeNsServiceList) DeepCopyInto ¶
func (in *AlgorithmTypeNsServiceList) DeepCopyInto(out *AlgorithmTypeNsServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AlgorithmTypeNsServiceList) DeepCopyObject ¶
func (in *AlgorithmTypeNsServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AlgorithmTypeNsServiceList) GetItems ¶
func (l *AlgorithmTypeNsServiceList) GetItems() []resource.Managed
GetItems of this AlgorithmTypeNsServiceList.
type AlgorithmTypeNsServiceObservation ¶
type AlgorithmTypeNsServiceObservation struct { // Algorithm Algorithm *string `json:"algorithm,omitempty" tf:"algorithm,omitempty"` // A boolean flag which reflects whether this is a default NSServices which can't be modified/deleted DefaultService *bool `json:"defaultService,omitempty" tf:"default_service,omitempty"` // Description of this resource Description *string `json:"description,omitempty" tf:"description,omitempty"` // A single destination port DestinationPort *string `json:"destinationPort,omitempty" tf:"destination_port,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"` // 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 source ports or ranges SourcePorts []*string `json:"sourcePorts,omitempty" tf:"source_ports,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*AlgorithmTypeNsServiceObservation) DeepCopy ¶
func (in *AlgorithmTypeNsServiceObservation) DeepCopy() *AlgorithmTypeNsServiceObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlgorithmTypeNsServiceObservation.
func (*AlgorithmTypeNsServiceObservation) DeepCopyInto ¶
func (in *AlgorithmTypeNsServiceObservation) DeepCopyInto(out *AlgorithmTypeNsServiceObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AlgorithmTypeNsServiceParameters ¶
type AlgorithmTypeNsServiceParameters struct { // Algorithm // +kubebuilder:validation:Optional Algorithm *string `json:"algorithm,omitempty" tf:"algorithm,omitempty"` // Description of this resource // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // A single destination port // +kubebuilder:validation:Optional DestinationPort *string `json:"destinationPort,omitempty" tf:"destination_port,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"` // Set of source ports or ranges // +kubebuilder:validation:Optional SourcePorts []*string `json:"sourcePorts,omitempty" tf:"source_ports,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*AlgorithmTypeNsServiceParameters) DeepCopy ¶
func (in *AlgorithmTypeNsServiceParameters) DeepCopy() *AlgorithmTypeNsServiceParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlgorithmTypeNsServiceParameters.
func (*AlgorithmTypeNsServiceParameters) DeepCopyInto ¶
func (in *AlgorithmTypeNsServiceParameters) DeepCopyInto(out *AlgorithmTypeNsServiceParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AlgorithmTypeNsServiceSpec ¶
type AlgorithmTypeNsServiceSpec struct { v1.ResourceSpec `json:",inline"` ForProvider AlgorithmTypeNsServiceParameters `json:"forProvider"` }
AlgorithmTypeNsServiceSpec defines the desired state of AlgorithmTypeNsService
func (*AlgorithmTypeNsServiceSpec) DeepCopy ¶
func (in *AlgorithmTypeNsServiceSpec) DeepCopy() *AlgorithmTypeNsServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlgorithmTypeNsServiceSpec.
func (*AlgorithmTypeNsServiceSpec) DeepCopyInto ¶
func (in *AlgorithmTypeNsServiceSpec) DeepCopyInto(out *AlgorithmTypeNsServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AlgorithmTypeNsServiceStatus ¶
type AlgorithmTypeNsServiceStatus struct { v1.ResourceStatus `json:",inline"` AtProvider AlgorithmTypeNsServiceObservation `json:"atProvider,omitempty"` }
AlgorithmTypeNsServiceStatus defines the observed state of AlgorithmTypeNsService.
func (*AlgorithmTypeNsServiceStatus) DeepCopy ¶
func (in *AlgorithmTypeNsServiceStatus) DeepCopy() *AlgorithmTypeNsServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlgorithmTypeNsServiceStatus.
func (*AlgorithmTypeNsServiceStatus) DeepCopyInto ¶
func (in *AlgorithmTypeNsServiceStatus) DeepCopyInto(out *AlgorithmTypeNsServiceStatus)
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.