Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtl4portsetnsservice.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type L4PortSetNsService
- func (in *L4PortSetNsService) DeepCopy() *L4PortSetNsService
- func (in *L4PortSetNsService) DeepCopyInto(out *L4PortSetNsService)
- func (in *L4PortSetNsService) DeepCopyObject() runtime.Object
- func (mg *L4PortSetNsService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *L4PortSetNsService) GetConnectionDetailsMapping() map[string]string
- func (mg *L4PortSetNsService) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *L4PortSetNsService) GetID() string
- func (mg *L4PortSetNsService) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *L4PortSetNsService) GetObservation() (map[string]any, error)
- func (tr *L4PortSetNsService) GetParameters() (map[string]any, error)
- func (mg *L4PortSetNsService) GetProviderConfigReference() *xpv1.Reference
- func (mg *L4PortSetNsService) GetProviderReference() *xpv1.Reference
- func (mg *L4PortSetNsService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *L4PortSetNsService) GetTerraformResourceType() string
- func (tr *L4PortSetNsService) GetTerraformSchemaVersion() int
- func (mg *L4PortSetNsService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *L4PortSetNsService) LateInitialize(attrs []byte) (bool, error)
- func (mg *L4PortSetNsService) SetConditions(c ...xpv1.Condition)
- func (mg *L4PortSetNsService) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *L4PortSetNsService) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *L4PortSetNsService) SetObservation(obs map[string]any) error
- func (tr *L4PortSetNsService) SetParameters(params map[string]any) error
- func (mg *L4PortSetNsService) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *L4PortSetNsService) SetProviderReference(r *xpv1.Reference)
- func (mg *L4PortSetNsService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *L4PortSetNsService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type L4PortSetNsServiceList
- type L4PortSetNsServiceObservation
- type L4PortSetNsServiceParameters
- type L4PortSetNsServiceSpec
- type L4PortSetNsServiceStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtl4portsetnsservice.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 ( L4PortSetNsService_Kind = "L4PortSetNsService" L4PortSetNsService_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: L4PortSetNsService_Kind}.String() L4PortSetNsService_KindAPIVersion = L4PortSetNsService_Kind + "." + CRDGroupVersion.String() L4PortSetNsService_GroupVersionKind = CRDGroupVersion.WithKind(L4PortSetNsService_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type L4PortSetNsService ¶
type L4PortSetNsService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.protocol)",message="protocol is a required parameter" Spec L4PortSetNsServiceSpec `json:"spec"` Status L4PortSetNsServiceStatus `json:"status,omitempty"` }
L4PortSetNsService is the Schema for the L4PortSetNsServices 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 (*L4PortSetNsService) DeepCopy ¶
func (in *L4PortSetNsService) DeepCopy() *L4PortSetNsService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new L4PortSetNsService.
func (*L4PortSetNsService) DeepCopyInto ¶
func (in *L4PortSetNsService) DeepCopyInto(out *L4PortSetNsService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*L4PortSetNsService) DeepCopyObject ¶
func (in *L4PortSetNsService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*L4PortSetNsService) GetCondition ¶
func (mg *L4PortSetNsService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this L4PortSetNsService.
func (*L4PortSetNsService) GetConnectionDetailsMapping ¶
func (tr *L4PortSetNsService) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this L4PortSetNsService
func (*L4PortSetNsService) GetDeletionPolicy ¶
func (mg *L4PortSetNsService) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this L4PortSetNsService.
func (*L4PortSetNsService) GetID ¶
func (tr *L4PortSetNsService) GetID() string
GetID returns ID of underlying Terraform resource of this L4PortSetNsService
func (*L4PortSetNsService) GetManagementPolicy ¶
func (mg *L4PortSetNsService) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this L4PortSetNsService.
func (*L4PortSetNsService) GetObservation ¶
func (tr *L4PortSetNsService) GetObservation() (map[string]any, error)
GetObservation of this L4PortSetNsService
func (*L4PortSetNsService) GetParameters ¶
func (tr *L4PortSetNsService) GetParameters() (map[string]any, error)
GetParameters of this L4PortSetNsService
func (*L4PortSetNsService) GetProviderConfigReference ¶
func (mg *L4PortSetNsService) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this L4PortSetNsService.
func (*L4PortSetNsService) GetProviderReference ¶
func (mg *L4PortSetNsService) GetProviderReference() *xpv1.Reference
GetProviderReference of this L4PortSetNsService. Deprecated: Use GetProviderConfigReference.
func (*L4PortSetNsService) GetPublishConnectionDetailsTo ¶
func (mg *L4PortSetNsService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this L4PortSetNsService.
func (*L4PortSetNsService) GetTerraformResourceType ¶
func (mg *L4PortSetNsService) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this L4PortSetNsService
func (*L4PortSetNsService) GetTerraformSchemaVersion ¶
func (tr *L4PortSetNsService) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*L4PortSetNsService) GetWriteConnectionSecretToReference ¶
func (mg *L4PortSetNsService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this L4PortSetNsService.
func (*L4PortSetNsService) LateInitialize ¶
func (tr *L4PortSetNsService) LateInitialize(attrs []byte) (bool, error)
LateInitialize this L4PortSetNsService using its observed tfState. returns True if there are any spec changes for the resource.
func (*L4PortSetNsService) SetConditions ¶
func (mg *L4PortSetNsService) SetConditions(c ...xpv1.Condition)
SetConditions of this L4PortSetNsService.
func (*L4PortSetNsService) SetDeletionPolicy ¶
func (mg *L4PortSetNsService) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this L4PortSetNsService.
func (*L4PortSetNsService) SetManagementPolicy ¶
func (mg *L4PortSetNsService) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this L4PortSetNsService.
func (*L4PortSetNsService) SetObservation ¶
func (tr *L4PortSetNsService) SetObservation(obs map[string]any) error
SetObservation for this L4PortSetNsService
func (*L4PortSetNsService) SetParameters ¶
func (tr *L4PortSetNsService) SetParameters(params map[string]any) error
SetParameters for this L4PortSetNsService
func (*L4PortSetNsService) SetProviderConfigReference ¶
func (mg *L4PortSetNsService) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this L4PortSetNsService.
func (*L4PortSetNsService) SetProviderReference ¶
func (mg *L4PortSetNsService) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this L4PortSetNsService. Deprecated: Use SetProviderConfigReference.
func (*L4PortSetNsService) SetPublishConnectionDetailsTo ¶
func (mg *L4PortSetNsService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this L4PortSetNsService.
func (*L4PortSetNsService) SetWriteConnectionSecretToReference ¶
func (mg *L4PortSetNsService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this L4PortSetNsService.
type L4PortSetNsServiceList ¶
type L4PortSetNsServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []L4PortSetNsService `json:"items"` }
L4PortSetNsServiceList contains a list of L4PortSetNsServices
func (*L4PortSetNsServiceList) DeepCopy ¶
func (in *L4PortSetNsServiceList) DeepCopy() *L4PortSetNsServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new L4PortSetNsServiceList.
func (*L4PortSetNsServiceList) DeepCopyInto ¶
func (in *L4PortSetNsServiceList) DeepCopyInto(out *L4PortSetNsServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*L4PortSetNsServiceList) DeepCopyObject ¶
func (in *L4PortSetNsServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*L4PortSetNsServiceList) GetItems ¶
func (l *L4PortSetNsServiceList) GetItems() []resource.Managed
GetItems of this L4PortSetNsServiceList.
type L4PortSetNsServiceObservation ¶
type L4PortSetNsServiceObservation struct { // 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"` // Set of destination ports DestinationPorts []*string `json:"destinationPorts,omitempty" tf:"destination_ports,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"` // L4 Protocol Protocol *string `json:"protocol,omitempty" tf:"protocol,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 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 (*L4PortSetNsServiceObservation) DeepCopy ¶
func (in *L4PortSetNsServiceObservation) DeepCopy() *L4PortSetNsServiceObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new L4PortSetNsServiceObservation.
func (*L4PortSetNsServiceObservation) DeepCopyInto ¶
func (in *L4PortSetNsServiceObservation) DeepCopyInto(out *L4PortSetNsServiceObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type L4PortSetNsServiceParameters ¶
type L4PortSetNsServiceParameters struct { // Description of this resource // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // Set of destination ports // +kubebuilder:validation:Optional DestinationPorts []*string `json:"destinationPorts,omitempty" tf:"destination_ports,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"` // L4 Protocol // +kubebuilder:validation:Optional Protocol *string `json:"protocol,omitempty" tf:"protocol,omitempty"` // Set of source ports // +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 (*L4PortSetNsServiceParameters) DeepCopy ¶
func (in *L4PortSetNsServiceParameters) DeepCopy() *L4PortSetNsServiceParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new L4PortSetNsServiceParameters.
func (*L4PortSetNsServiceParameters) DeepCopyInto ¶
func (in *L4PortSetNsServiceParameters) DeepCopyInto(out *L4PortSetNsServiceParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type L4PortSetNsServiceSpec ¶
type L4PortSetNsServiceSpec struct { v1.ResourceSpec `json:",inline"` ForProvider L4PortSetNsServiceParameters `json:"forProvider"` }
L4PortSetNsServiceSpec defines the desired state of L4PortSetNsService
func (*L4PortSetNsServiceSpec) DeepCopy ¶
func (in *L4PortSetNsServiceSpec) DeepCopy() *L4PortSetNsServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new L4PortSetNsServiceSpec.
func (*L4PortSetNsServiceSpec) DeepCopyInto ¶
func (in *L4PortSetNsServiceSpec) DeepCopyInto(out *L4PortSetNsServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type L4PortSetNsServiceStatus ¶
type L4PortSetNsServiceStatus struct { v1.ResourceStatus `json:",inline"` AtProvider L4PortSetNsServiceObservation `json:"atProvider,omitempty"` }
L4PortSetNsServiceStatus defines the observed state of L4PortSetNsService.
func (*L4PortSetNsServiceStatus) DeepCopy ¶
func (in *L4PortSetNsServiceStatus) DeepCopy() *L4PortSetNsServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new L4PortSetNsServiceStatus.
func (*L4PortSetNsServiceStatus) DeepCopyInto ¶
func (in *L4PortSetNsServiceStatus) DeepCopyInto(out *L4PortSetNsServiceStatus)
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.