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