Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtdhcprelayservice.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type DhcpRelayService
- func (in *DhcpRelayService) DeepCopy() *DhcpRelayService
- func (in *DhcpRelayService) DeepCopyInto(out *DhcpRelayService)
- func (in *DhcpRelayService) DeepCopyObject() runtime.Object
- func (mg *DhcpRelayService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *DhcpRelayService) GetConnectionDetailsMapping() map[string]string
- func (mg *DhcpRelayService) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *DhcpRelayService) GetID() string
- func (mg *DhcpRelayService) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *DhcpRelayService) GetObservation() (map[string]any, error)
- func (tr *DhcpRelayService) GetParameters() (map[string]any, error)
- func (mg *DhcpRelayService) GetProviderConfigReference() *xpv1.Reference
- func (mg *DhcpRelayService) GetProviderReference() *xpv1.Reference
- func (mg *DhcpRelayService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *DhcpRelayService) GetTerraformResourceType() string
- func (tr *DhcpRelayService) GetTerraformSchemaVersion() int
- func (mg *DhcpRelayService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *DhcpRelayService) LateInitialize(attrs []byte) (bool, error)
- func (mg *DhcpRelayService) SetConditions(c ...xpv1.Condition)
- func (mg *DhcpRelayService) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *DhcpRelayService) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *DhcpRelayService) SetObservation(obs map[string]any) error
- func (tr *DhcpRelayService) SetParameters(params map[string]any) error
- func (mg *DhcpRelayService) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *DhcpRelayService) SetProviderReference(r *xpv1.Reference)
- func (mg *DhcpRelayService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *DhcpRelayService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type DhcpRelayServiceList
- type DhcpRelayServiceObservation
- type DhcpRelayServiceParameters
- type DhcpRelayServiceSpec
- type DhcpRelayServiceStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtdhcprelayservice.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( DhcpRelayService_Kind = "DhcpRelayService" DhcpRelayService_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: DhcpRelayService_Kind}.String() DhcpRelayService_KindAPIVersion = DhcpRelayService_Kind + "." + CRDGroupVersion.String() DhcpRelayService_GroupVersionKind = CRDGroupVersion.WithKind(DhcpRelayService_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 DhcpRelayService ¶
type DhcpRelayService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.dhcpRelayProfileId)",message="dhcpRelayProfileId is a required parameter" Spec DhcpRelayServiceSpec `json:"spec"` Status DhcpRelayServiceStatus `json:"status,omitempty"` }
DhcpRelayService is the Schema for the DhcpRelayServices 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 (*DhcpRelayService) DeepCopy ¶
func (in *DhcpRelayService) DeepCopy() *DhcpRelayService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpRelayService.
func (*DhcpRelayService) DeepCopyInto ¶
func (in *DhcpRelayService) DeepCopyInto(out *DhcpRelayService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DhcpRelayService) DeepCopyObject ¶
func (in *DhcpRelayService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DhcpRelayService) GetCondition ¶
func (mg *DhcpRelayService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this DhcpRelayService.
func (*DhcpRelayService) GetConnectionDetailsMapping ¶
func (tr *DhcpRelayService) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this DhcpRelayService
func (*DhcpRelayService) GetDeletionPolicy ¶
func (mg *DhcpRelayService) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this DhcpRelayService.
func (*DhcpRelayService) GetID ¶
func (tr *DhcpRelayService) GetID() string
GetID returns ID of underlying Terraform resource of this DhcpRelayService
func (*DhcpRelayService) GetManagementPolicy ¶
func (mg *DhcpRelayService) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this DhcpRelayService.
func (*DhcpRelayService) GetObservation ¶
func (tr *DhcpRelayService) GetObservation() (map[string]any, error)
GetObservation of this DhcpRelayService
func (*DhcpRelayService) GetParameters ¶
func (tr *DhcpRelayService) GetParameters() (map[string]any, error)
GetParameters of this DhcpRelayService
func (*DhcpRelayService) GetProviderConfigReference ¶
func (mg *DhcpRelayService) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this DhcpRelayService.
func (*DhcpRelayService) GetProviderReference ¶
func (mg *DhcpRelayService) GetProviderReference() *xpv1.Reference
GetProviderReference of this DhcpRelayService. Deprecated: Use GetProviderConfigReference.
func (*DhcpRelayService) GetPublishConnectionDetailsTo ¶
func (mg *DhcpRelayService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this DhcpRelayService.
func (*DhcpRelayService) GetTerraformResourceType ¶
func (mg *DhcpRelayService) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this DhcpRelayService
func (*DhcpRelayService) GetTerraformSchemaVersion ¶
func (tr *DhcpRelayService) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*DhcpRelayService) GetWriteConnectionSecretToReference ¶
func (mg *DhcpRelayService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this DhcpRelayService.
func (*DhcpRelayService) LateInitialize ¶
func (tr *DhcpRelayService) LateInitialize(attrs []byte) (bool, error)
LateInitialize this DhcpRelayService using its observed tfState. returns True if there are any spec changes for the resource.
func (*DhcpRelayService) SetConditions ¶
func (mg *DhcpRelayService) SetConditions(c ...xpv1.Condition)
SetConditions of this DhcpRelayService.
func (*DhcpRelayService) SetDeletionPolicy ¶
func (mg *DhcpRelayService) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this DhcpRelayService.
func (*DhcpRelayService) SetManagementPolicy ¶
func (mg *DhcpRelayService) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this DhcpRelayService.
func (*DhcpRelayService) SetObservation ¶
func (tr *DhcpRelayService) SetObservation(obs map[string]any) error
SetObservation for this DhcpRelayService
func (*DhcpRelayService) SetParameters ¶
func (tr *DhcpRelayService) SetParameters(params map[string]any) error
SetParameters for this DhcpRelayService
func (*DhcpRelayService) SetProviderConfigReference ¶
func (mg *DhcpRelayService) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this DhcpRelayService.
func (*DhcpRelayService) SetProviderReference ¶
func (mg *DhcpRelayService) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this DhcpRelayService. Deprecated: Use SetProviderConfigReference.
func (*DhcpRelayService) SetPublishConnectionDetailsTo ¶
func (mg *DhcpRelayService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this DhcpRelayService.
func (*DhcpRelayService) SetWriteConnectionSecretToReference ¶
func (mg *DhcpRelayService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this DhcpRelayService.
type DhcpRelayServiceList ¶
type DhcpRelayServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DhcpRelayService `json:"items"` }
DhcpRelayServiceList contains a list of DhcpRelayServices
func (*DhcpRelayServiceList) DeepCopy ¶
func (in *DhcpRelayServiceList) DeepCopy() *DhcpRelayServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpRelayServiceList.
func (*DhcpRelayServiceList) DeepCopyInto ¶
func (in *DhcpRelayServiceList) DeepCopyInto(out *DhcpRelayServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DhcpRelayServiceList) DeepCopyObject ¶
func (in *DhcpRelayServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DhcpRelayServiceList) GetItems ¶
func (l *DhcpRelayServiceList) GetItems() []resource.Managed
GetItems of this DhcpRelayServiceList.
type DhcpRelayServiceObservation ¶
type DhcpRelayServiceObservation struct { // DHCP relay profile referenced by the dhcp relay service DHCPRelayProfileID *string `json:"dhcpRelayProfileId,omitempty" tf:"dhcp_relay_profile_id,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"` // 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 (*DhcpRelayServiceObservation) DeepCopy ¶
func (in *DhcpRelayServiceObservation) DeepCopy() *DhcpRelayServiceObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpRelayServiceObservation.
func (*DhcpRelayServiceObservation) DeepCopyInto ¶
func (in *DhcpRelayServiceObservation) DeepCopyInto(out *DhcpRelayServiceObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DhcpRelayServiceParameters ¶
type DhcpRelayServiceParameters struct { // DHCP relay profile referenced by the dhcp relay service // +kubebuilder:validation:Optional DHCPRelayProfileID *string `json:"dhcpRelayProfileId,omitempty" tf:"dhcp_relay_profile_id,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"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*DhcpRelayServiceParameters) DeepCopy ¶
func (in *DhcpRelayServiceParameters) DeepCopy() *DhcpRelayServiceParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpRelayServiceParameters.
func (*DhcpRelayServiceParameters) DeepCopyInto ¶
func (in *DhcpRelayServiceParameters) DeepCopyInto(out *DhcpRelayServiceParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DhcpRelayServiceSpec ¶
type DhcpRelayServiceSpec struct { v1.ResourceSpec `json:",inline"` ForProvider DhcpRelayServiceParameters `json:"forProvider"` }
DhcpRelayServiceSpec defines the desired state of DhcpRelayService
func (*DhcpRelayServiceSpec) DeepCopy ¶
func (in *DhcpRelayServiceSpec) DeepCopy() *DhcpRelayServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpRelayServiceSpec.
func (*DhcpRelayServiceSpec) DeepCopyInto ¶
func (in *DhcpRelayServiceSpec) DeepCopyInto(out *DhcpRelayServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DhcpRelayServiceStatus ¶
type DhcpRelayServiceStatus struct { v1.ResourceStatus `json:",inline"` AtProvider DhcpRelayServiceObservation `json:"atProvider,omitempty"` }
DhcpRelayServiceStatus defines the observed state of DhcpRelayService.
func (*DhcpRelayServiceStatus) DeepCopy ¶
func (in *DhcpRelayServiceStatus) DeepCopy() *DhcpRelayServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpRelayServiceStatus.
func (*DhcpRelayServiceStatus) DeepCopyInto ¶
func (in *DhcpRelayServiceStatus) DeepCopyInto(out *DhcpRelayServiceStatus)
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.