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