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