Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtspoofguardswitchingprofile.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type SpoofguardSwitchingProfile
- func (in *SpoofguardSwitchingProfile) DeepCopy() *SpoofguardSwitchingProfile
- func (in *SpoofguardSwitchingProfile) DeepCopyInto(out *SpoofguardSwitchingProfile)
- func (in *SpoofguardSwitchingProfile) DeepCopyObject() runtime.Object
- func (mg *SpoofguardSwitchingProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *SpoofguardSwitchingProfile) GetConnectionDetailsMapping() map[string]string
- func (mg *SpoofguardSwitchingProfile) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *SpoofguardSwitchingProfile) GetID() string
- func (mg *SpoofguardSwitchingProfile) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *SpoofguardSwitchingProfile) GetObservation() (map[string]any, error)
- func (tr *SpoofguardSwitchingProfile) GetParameters() (map[string]any, error)
- func (mg *SpoofguardSwitchingProfile) GetProviderConfigReference() *xpv1.Reference
- func (mg *SpoofguardSwitchingProfile) GetProviderReference() *xpv1.Reference
- func (mg *SpoofguardSwitchingProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *SpoofguardSwitchingProfile) GetTerraformResourceType() string
- func (tr *SpoofguardSwitchingProfile) GetTerraformSchemaVersion() int
- func (mg *SpoofguardSwitchingProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *SpoofguardSwitchingProfile) LateInitialize(attrs []byte) (bool, error)
- func (mg *SpoofguardSwitchingProfile) SetConditions(c ...xpv1.Condition)
- func (mg *SpoofguardSwitchingProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *SpoofguardSwitchingProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *SpoofguardSwitchingProfile) SetObservation(obs map[string]any) error
- func (tr *SpoofguardSwitchingProfile) SetParameters(params map[string]any) error
- func (mg *SpoofguardSwitchingProfile) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *SpoofguardSwitchingProfile) SetProviderReference(r *xpv1.Reference)
- func (mg *SpoofguardSwitchingProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *SpoofguardSwitchingProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type SpoofguardSwitchingProfileList
- func (in *SpoofguardSwitchingProfileList) DeepCopy() *SpoofguardSwitchingProfileList
- func (in *SpoofguardSwitchingProfileList) DeepCopyInto(out *SpoofguardSwitchingProfileList)
- func (in *SpoofguardSwitchingProfileList) DeepCopyObject() runtime.Object
- func (l *SpoofguardSwitchingProfileList) GetItems() []resource.Managed
- type SpoofguardSwitchingProfileObservation
- type SpoofguardSwitchingProfileParameters
- type SpoofguardSwitchingProfileSpec
- type SpoofguardSwitchingProfileStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtspoofguardswitchingprofile.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 ( SpoofguardSwitchingProfile_Kind = "SpoofguardSwitchingProfile" SpoofguardSwitchingProfile_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: SpoofguardSwitchingProfile_Kind}.String() SpoofguardSwitchingProfile_KindAPIVersion = SpoofguardSwitchingProfile_Kind + "." + CRDGroupVersion.String() SpoofguardSwitchingProfile_GroupVersionKind = CRDGroupVersion.WithKind(SpoofguardSwitchingProfile_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type SpoofguardSwitchingProfile ¶
type SpoofguardSwitchingProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SpoofguardSwitchingProfileSpec `json:"spec"` Status SpoofguardSwitchingProfileStatus `json:"status,omitempty"` }
SpoofguardSwitchingProfile is the Schema for the SpoofguardSwitchingProfiles 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 (*SpoofguardSwitchingProfile) DeepCopy ¶
func (in *SpoofguardSwitchingProfile) DeepCopy() *SpoofguardSwitchingProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) DeepCopyInto ¶
func (in *SpoofguardSwitchingProfile) DeepCopyInto(out *SpoofguardSwitchingProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SpoofguardSwitchingProfile) DeepCopyObject ¶
func (in *SpoofguardSwitchingProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SpoofguardSwitchingProfile) GetCondition ¶
func (mg *SpoofguardSwitchingProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) GetConnectionDetailsMapping ¶
func (tr *SpoofguardSwitchingProfile) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this SpoofguardSwitchingProfile
func (*SpoofguardSwitchingProfile) GetDeletionPolicy ¶
func (mg *SpoofguardSwitchingProfile) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) GetID ¶
func (tr *SpoofguardSwitchingProfile) GetID() string
GetID returns ID of underlying Terraform resource of this SpoofguardSwitchingProfile
func (*SpoofguardSwitchingProfile) GetManagementPolicy ¶
func (mg *SpoofguardSwitchingProfile) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) GetObservation ¶
func (tr *SpoofguardSwitchingProfile) GetObservation() (map[string]any, error)
GetObservation of this SpoofguardSwitchingProfile
func (*SpoofguardSwitchingProfile) GetParameters ¶
func (tr *SpoofguardSwitchingProfile) GetParameters() (map[string]any, error)
GetParameters of this SpoofguardSwitchingProfile
func (*SpoofguardSwitchingProfile) GetProviderConfigReference ¶
func (mg *SpoofguardSwitchingProfile) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) GetProviderReference ¶
func (mg *SpoofguardSwitchingProfile) GetProviderReference() *xpv1.Reference
GetProviderReference of this SpoofguardSwitchingProfile. Deprecated: Use GetProviderConfigReference.
func (*SpoofguardSwitchingProfile) GetPublishConnectionDetailsTo ¶
func (mg *SpoofguardSwitchingProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) GetTerraformResourceType ¶
func (mg *SpoofguardSwitchingProfile) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this SpoofguardSwitchingProfile
func (*SpoofguardSwitchingProfile) GetTerraformSchemaVersion ¶
func (tr *SpoofguardSwitchingProfile) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*SpoofguardSwitchingProfile) GetWriteConnectionSecretToReference ¶
func (mg *SpoofguardSwitchingProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) LateInitialize ¶
func (tr *SpoofguardSwitchingProfile) LateInitialize(attrs []byte) (bool, error)
LateInitialize this SpoofguardSwitchingProfile using its observed tfState. returns True if there are any spec changes for the resource.
func (*SpoofguardSwitchingProfile) SetConditions ¶
func (mg *SpoofguardSwitchingProfile) SetConditions(c ...xpv1.Condition)
SetConditions of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) SetDeletionPolicy ¶
func (mg *SpoofguardSwitchingProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) SetManagementPolicy ¶
func (mg *SpoofguardSwitchingProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) SetObservation ¶
func (tr *SpoofguardSwitchingProfile) SetObservation(obs map[string]any) error
SetObservation for this SpoofguardSwitchingProfile
func (*SpoofguardSwitchingProfile) SetParameters ¶
func (tr *SpoofguardSwitchingProfile) SetParameters(params map[string]any) error
SetParameters for this SpoofguardSwitchingProfile
func (*SpoofguardSwitchingProfile) SetProviderConfigReference ¶
func (mg *SpoofguardSwitchingProfile) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) SetProviderReference ¶
func (mg *SpoofguardSwitchingProfile) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this SpoofguardSwitchingProfile. Deprecated: Use SetProviderConfigReference.
func (*SpoofguardSwitchingProfile) SetPublishConnectionDetailsTo ¶
func (mg *SpoofguardSwitchingProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfile) SetWriteConnectionSecretToReference ¶
func (mg *SpoofguardSwitchingProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this SpoofguardSwitchingProfile.
type SpoofguardSwitchingProfileList ¶
type SpoofguardSwitchingProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SpoofguardSwitchingProfile `json:"items"` }
SpoofguardSwitchingProfileList contains a list of SpoofguardSwitchingProfiles
func (*SpoofguardSwitchingProfileList) DeepCopy ¶
func (in *SpoofguardSwitchingProfileList) DeepCopy() *SpoofguardSwitchingProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpoofguardSwitchingProfileList.
func (*SpoofguardSwitchingProfileList) DeepCopyInto ¶
func (in *SpoofguardSwitchingProfileList) DeepCopyInto(out *SpoofguardSwitchingProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SpoofguardSwitchingProfileList) DeepCopyObject ¶
func (in *SpoofguardSwitchingProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SpoofguardSwitchingProfileList) GetItems ¶
func (l *SpoofguardSwitchingProfileList) GetItems() []resource.Managed
GetItems of this SpoofguardSwitchingProfileList.
type SpoofguardSwitchingProfileObservation ¶
type SpoofguardSwitchingProfileObservation struct { // When true, this profile overrides the default system wide settings for Spoof Guard when assigned to ports AddressBindingWhitelistEnabled *bool `json:"addressBindingWhitelistEnabled,omitempty" tf:"address_binding_whitelist_enabled,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 (*SpoofguardSwitchingProfileObservation) DeepCopy ¶
func (in *SpoofguardSwitchingProfileObservation) DeepCopy() *SpoofguardSwitchingProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpoofguardSwitchingProfileObservation.
func (*SpoofguardSwitchingProfileObservation) DeepCopyInto ¶
func (in *SpoofguardSwitchingProfileObservation) DeepCopyInto(out *SpoofguardSwitchingProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SpoofguardSwitchingProfileParameters ¶
type SpoofguardSwitchingProfileParameters struct { // When true, this profile overrides the default system wide settings for Spoof Guard when assigned to ports // +kubebuilder:validation:Optional AddressBindingWhitelistEnabled *bool `json:"addressBindingWhitelistEnabled,omitempty" tf:"address_binding_whitelist_enabled,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 (*SpoofguardSwitchingProfileParameters) DeepCopy ¶
func (in *SpoofguardSwitchingProfileParameters) DeepCopy() *SpoofguardSwitchingProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpoofguardSwitchingProfileParameters.
func (*SpoofguardSwitchingProfileParameters) DeepCopyInto ¶
func (in *SpoofguardSwitchingProfileParameters) DeepCopyInto(out *SpoofguardSwitchingProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SpoofguardSwitchingProfileSpec ¶
type SpoofguardSwitchingProfileSpec struct { v1.ResourceSpec `json:",inline"` ForProvider SpoofguardSwitchingProfileParameters `json:"forProvider"` }
SpoofguardSwitchingProfileSpec defines the desired state of SpoofguardSwitchingProfile
func (*SpoofguardSwitchingProfileSpec) DeepCopy ¶
func (in *SpoofguardSwitchingProfileSpec) DeepCopy() *SpoofguardSwitchingProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpoofguardSwitchingProfileSpec.
func (*SpoofguardSwitchingProfileSpec) DeepCopyInto ¶
func (in *SpoofguardSwitchingProfileSpec) DeepCopyInto(out *SpoofguardSwitchingProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SpoofguardSwitchingProfileStatus ¶
type SpoofguardSwitchingProfileStatus struct { v1.ResourceStatus `json:",inline"` AtProvider SpoofguardSwitchingProfileObservation `json:"atProvider,omitempty"` }
SpoofguardSwitchingProfileStatus defines the observed state of SpoofguardSwitchingProfile.
func (*SpoofguardSwitchingProfileStatus) DeepCopy ¶
func (in *SpoofguardSwitchingProfileStatus) DeepCopy() *SpoofguardSwitchingProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpoofguardSwitchingProfileStatus.
func (*SpoofguardSwitchingProfileStatus) DeepCopyInto ¶
func (in *SpoofguardSwitchingProfileStatus) DeepCopyInto(out *SpoofguardSwitchingProfileStatus)
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.