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