Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtethertypensservice.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type EtherTypeNsService
- func (in *EtherTypeNsService) DeepCopy() *EtherTypeNsService
- func (in *EtherTypeNsService) DeepCopyInto(out *EtherTypeNsService)
- func (in *EtherTypeNsService) DeepCopyObject() runtime.Object
- func (mg *EtherTypeNsService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *EtherTypeNsService) GetConnectionDetailsMapping() map[string]string
- func (mg *EtherTypeNsService) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *EtherTypeNsService) GetID() string
- func (mg *EtherTypeNsService) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *EtherTypeNsService) GetObservation() (map[string]any, error)
- func (tr *EtherTypeNsService) GetParameters() (map[string]any, error)
- func (mg *EtherTypeNsService) GetProviderConfigReference() *xpv1.Reference
- func (mg *EtherTypeNsService) GetProviderReference() *xpv1.Reference
- func (mg *EtherTypeNsService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *EtherTypeNsService) GetTerraformResourceType() string
- func (tr *EtherTypeNsService) GetTerraformSchemaVersion() int
- func (mg *EtherTypeNsService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *EtherTypeNsService) LateInitialize(attrs []byte) (bool, error)
- func (mg *EtherTypeNsService) SetConditions(c ...xpv1.Condition)
- func (mg *EtherTypeNsService) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *EtherTypeNsService) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *EtherTypeNsService) SetObservation(obs map[string]any) error
- func (tr *EtherTypeNsService) SetParameters(params map[string]any) error
- func (mg *EtherTypeNsService) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *EtherTypeNsService) SetProviderReference(r *xpv1.Reference)
- func (mg *EtherTypeNsService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *EtherTypeNsService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type EtherTypeNsServiceList
- type EtherTypeNsServiceObservation
- type EtherTypeNsServiceParameters
- type EtherTypeNsServiceSpec
- type EtherTypeNsServiceStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtethertypensservice.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( EtherTypeNsService_Kind = "EtherTypeNsService" EtherTypeNsService_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: EtherTypeNsService_Kind}.String() EtherTypeNsService_KindAPIVersion = EtherTypeNsService_Kind + "." + CRDGroupVersion.String() EtherTypeNsService_GroupVersionKind = CRDGroupVersion.WithKind(EtherTypeNsService_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 EtherTypeNsService ¶
type EtherTypeNsService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.etherType)",message="etherType is a required parameter" Spec EtherTypeNsServiceSpec `json:"spec"` Status EtherTypeNsServiceStatus `json:"status,omitempty"` }
EtherTypeNsService is the Schema for the EtherTypeNsServices 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 (*EtherTypeNsService) DeepCopy ¶
func (in *EtherTypeNsService) DeepCopy() *EtherTypeNsService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EtherTypeNsService.
func (*EtherTypeNsService) DeepCopyInto ¶
func (in *EtherTypeNsService) DeepCopyInto(out *EtherTypeNsService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EtherTypeNsService) DeepCopyObject ¶
func (in *EtherTypeNsService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EtherTypeNsService) GetCondition ¶
func (mg *EtherTypeNsService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this EtherTypeNsService.
func (*EtherTypeNsService) GetConnectionDetailsMapping ¶
func (tr *EtherTypeNsService) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this EtherTypeNsService
func (*EtherTypeNsService) GetDeletionPolicy ¶
func (mg *EtherTypeNsService) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this EtherTypeNsService.
func (*EtherTypeNsService) GetID ¶
func (tr *EtherTypeNsService) GetID() string
GetID returns ID of underlying Terraform resource of this EtherTypeNsService
func (*EtherTypeNsService) GetManagementPolicy ¶
func (mg *EtherTypeNsService) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this EtherTypeNsService.
func (*EtherTypeNsService) GetObservation ¶
func (tr *EtherTypeNsService) GetObservation() (map[string]any, error)
GetObservation of this EtherTypeNsService
func (*EtherTypeNsService) GetParameters ¶
func (tr *EtherTypeNsService) GetParameters() (map[string]any, error)
GetParameters of this EtherTypeNsService
func (*EtherTypeNsService) GetProviderConfigReference ¶
func (mg *EtherTypeNsService) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this EtherTypeNsService.
func (*EtherTypeNsService) GetProviderReference ¶
func (mg *EtherTypeNsService) GetProviderReference() *xpv1.Reference
GetProviderReference of this EtherTypeNsService. Deprecated: Use GetProviderConfigReference.
func (*EtherTypeNsService) GetPublishConnectionDetailsTo ¶
func (mg *EtherTypeNsService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this EtherTypeNsService.
func (*EtherTypeNsService) GetTerraformResourceType ¶
func (mg *EtherTypeNsService) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this EtherTypeNsService
func (*EtherTypeNsService) GetTerraformSchemaVersion ¶
func (tr *EtherTypeNsService) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*EtherTypeNsService) GetWriteConnectionSecretToReference ¶
func (mg *EtherTypeNsService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this EtherTypeNsService.
func (*EtherTypeNsService) LateInitialize ¶
func (tr *EtherTypeNsService) LateInitialize(attrs []byte) (bool, error)
LateInitialize this EtherTypeNsService using its observed tfState. returns True if there are any spec changes for the resource.
func (*EtherTypeNsService) SetConditions ¶
func (mg *EtherTypeNsService) SetConditions(c ...xpv1.Condition)
SetConditions of this EtherTypeNsService.
func (*EtherTypeNsService) SetDeletionPolicy ¶
func (mg *EtherTypeNsService) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this EtherTypeNsService.
func (*EtherTypeNsService) SetManagementPolicy ¶
func (mg *EtherTypeNsService) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this EtherTypeNsService.
func (*EtherTypeNsService) SetObservation ¶
func (tr *EtherTypeNsService) SetObservation(obs map[string]any) error
SetObservation for this EtherTypeNsService
func (*EtherTypeNsService) SetParameters ¶
func (tr *EtherTypeNsService) SetParameters(params map[string]any) error
SetParameters for this EtherTypeNsService
func (*EtherTypeNsService) SetProviderConfigReference ¶
func (mg *EtherTypeNsService) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this EtherTypeNsService.
func (*EtherTypeNsService) SetProviderReference ¶
func (mg *EtherTypeNsService) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this EtherTypeNsService. Deprecated: Use SetProviderConfigReference.
func (*EtherTypeNsService) SetPublishConnectionDetailsTo ¶
func (mg *EtherTypeNsService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this EtherTypeNsService.
func (*EtherTypeNsService) SetWriteConnectionSecretToReference ¶
func (mg *EtherTypeNsService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this EtherTypeNsService.
type EtherTypeNsServiceList ¶
type EtherTypeNsServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []EtherTypeNsService `json:"items"` }
EtherTypeNsServiceList contains a list of EtherTypeNsServices
func (*EtherTypeNsServiceList) DeepCopy ¶
func (in *EtherTypeNsServiceList) DeepCopy() *EtherTypeNsServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EtherTypeNsServiceList.
func (*EtherTypeNsServiceList) DeepCopyInto ¶
func (in *EtherTypeNsServiceList) DeepCopyInto(out *EtherTypeNsServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EtherTypeNsServiceList) DeepCopyObject ¶
func (in *EtherTypeNsServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EtherTypeNsServiceList) GetItems ¶
func (l *EtherTypeNsServiceList) GetItems() []resource.Managed
GetItems of this EtherTypeNsServiceList.
type EtherTypeNsServiceObservation ¶
type EtherTypeNsServiceObservation 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"` // The display name of this resource. Defaults to ID if not set DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // Type of the encapsulated protocol EtherType *float64 `json:"etherType,omitempty" tf:"ether_type,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 opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*EtherTypeNsServiceObservation) DeepCopy ¶
func (in *EtherTypeNsServiceObservation) DeepCopy() *EtherTypeNsServiceObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EtherTypeNsServiceObservation.
func (*EtherTypeNsServiceObservation) DeepCopyInto ¶
func (in *EtherTypeNsServiceObservation) DeepCopyInto(out *EtherTypeNsServiceObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EtherTypeNsServiceParameters ¶
type EtherTypeNsServiceParameters 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"` // Type of the encapsulated protocol // +kubebuilder:validation:Optional EtherType *float64 `json:"etherType,omitempty" tf:"ether_type,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*EtherTypeNsServiceParameters) DeepCopy ¶
func (in *EtherTypeNsServiceParameters) DeepCopy() *EtherTypeNsServiceParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EtherTypeNsServiceParameters.
func (*EtherTypeNsServiceParameters) DeepCopyInto ¶
func (in *EtherTypeNsServiceParameters) DeepCopyInto(out *EtherTypeNsServiceParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EtherTypeNsServiceSpec ¶
type EtherTypeNsServiceSpec struct { v1.ResourceSpec `json:",inline"` ForProvider EtherTypeNsServiceParameters `json:"forProvider"` }
EtherTypeNsServiceSpec defines the desired state of EtherTypeNsService
func (*EtherTypeNsServiceSpec) DeepCopy ¶
func (in *EtherTypeNsServiceSpec) DeepCopy() *EtherTypeNsServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EtherTypeNsServiceSpec.
func (*EtherTypeNsServiceSpec) DeepCopyInto ¶
func (in *EtherTypeNsServiceSpec) DeepCopyInto(out *EtherTypeNsServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EtherTypeNsServiceStatus ¶
type EtherTypeNsServiceStatus struct { v1.ResourceStatus `json:",inline"` AtProvider EtherTypeNsServiceObservation `json:"atProvider,omitempty"` }
EtherTypeNsServiceStatus defines the observed state of EtherTypeNsService.
func (*EtherTypeNsServiceStatus) DeepCopy ¶
func (in *EtherTypeNsServiceStatus) DeepCopy() *EtherTypeNsServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EtherTypeNsServiceStatus.
func (*EtherTypeNsServiceStatus) DeepCopyInto ¶
func (in *EtherTypeNsServiceStatus) DeepCopyInto(out *EtherTypeNsServiceStatus)
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.