Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtippool.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type IpPool
- func (in *IpPool) DeepCopy() *IpPool
- func (in *IpPool) DeepCopyInto(out *IpPool)
- func (in *IpPool) DeepCopyObject() runtime.Object
- func (mg *IpPool) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *IpPool) GetConnectionDetailsMapping() map[string]string
- func (mg *IpPool) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *IpPool) GetID() string
- func (mg *IpPool) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *IpPool) GetObservation() (map[string]any, error)
- func (tr *IpPool) GetParameters() (map[string]any, error)
- func (mg *IpPool) GetProviderConfigReference() *xpv1.Reference
- func (mg *IpPool) GetProviderReference() *xpv1.Reference
- func (mg *IpPool) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *IpPool) GetTerraformResourceType() string
- func (tr *IpPool) GetTerraformSchemaVersion() int
- func (mg *IpPool) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *IpPool) LateInitialize(attrs []byte) (bool, error)
- func (mg *IpPool) SetConditions(c ...xpv1.Condition)
- func (mg *IpPool) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *IpPool) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *IpPool) SetObservation(obs map[string]any) error
- func (tr *IpPool) SetParameters(params map[string]any) error
- func (mg *IpPool) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *IpPool) SetProviderReference(r *xpv1.Reference)
- func (mg *IpPool) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *IpPool) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type IpPoolList
- type IpPoolObservation
- type IpPoolParameters
- type IpPoolSpec
- type IpPoolStatus
- type SubnetObservation
- type SubnetParameters
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtippool.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 ( IpPool_Kind = "IpPool" IpPool_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: IpPool_Kind}.String() IpPool_KindAPIVersion = IpPool_Kind + "." + CRDGroupVersion.String() IpPool_GroupVersionKind = CRDGroupVersion.WithKind(IpPool_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type IpPool ¶
type IpPool struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IpPoolSpec `json:"spec"` Status IpPoolStatus `json:"status,omitempty"` }
IpPool is the Schema for the IpPools 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 (*IpPool) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpPool.
func (*IpPool) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IpPool) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IpPool) GetCondition ¶
func (mg *IpPool) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this IpPool.
func (*IpPool) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this IpPool
func (*IpPool) GetDeletionPolicy ¶
func (mg *IpPool) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this IpPool.
func (*IpPool) GetManagementPolicy ¶
func (mg *IpPool) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this IpPool.
func (*IpPool) GetObservation ¶
GetObservation of this IpPool
func (*IpPool) GetParameters ¶
GetParameters of this IpPool
func (*IpPool) GetProviderConfigReference ¶
GetProviderConfigReference of this IpPool.
func (*IpPool) GetProviderReference ¶
GetProviderReference of this IpPool. Deprecated: Use GetProviderConfigReference.
func (*IpPool) GetPublishConnectionDetailsTo ¶
func (mg *IpPool) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this IpPool.
func (*IpPool) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this IpPool
func (*IpPool) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*IpPool) GetWriteConnectionSecretToReference ¶
func (mg *IpPool) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this IpPool.
func (*IpPool) LateInitialize ¶
LateInitialize this IpPool using its observed tfState. returns True if there are any spec changes for the resource.
func (*IpPool) SetConditions ¶
SetConditions of this IpPool.
func (*IpPool) SetDeletionPolicy ¶
func (mg *IpPool) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this IpPool.
func (*IpPool) SetManagementPolicy ¶
func (mg *IpPool) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this IpPool.
func (*IpPool) SetObservation ¶
SetObservation for this IpPool
func (*IpPool) SetParameters ¶
SetParameters for this IpPool
func (*IpPool) SetProviderConfigReference ¶
SetProviderConfigReference of this IpPool.
func (*IpPool) SetProviderReference ¶
SetProviderReference of this IpPool. Deprecated: Use SetProviderConfigReference.
func (*IpPool) SetPublishConnectionDetailsTo ¶
func (mg *IpPool) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this IpPool.
func (*IpPool) SetWriteConnectionSecretToReference ¶
func (mg *IpPool) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this IpPool.
type IpPoolList ¶
type IpPoolList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []IpPool `json:"items"` }
IpPoolList contains a list of IpPools
func (*IpPoolList) DeepCopy ¶
func (in *IpPoolList) DeepCopy() *IpPoolList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpPoolList.
func (*IpPoolList) DeepCopyInto ¶
func (in *IpPoolList) DeepCopyInto(out *IpPoolList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IpPoolList) DeepCopyObject ¶
func (in *IpPoolList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IpPoolList) GetItems ¶
func (l *IpPoolList) GetItems() []resource.Managed
GetItems of this IpPoolList.
type IpPoolObservation ¶
type IpPoolObservation 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"` // 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"` // List of IPv4 subnets Subnet []SubnetObservation `json:"subnet,omitempty" tf:"subnet,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*IpPoolObservation) DeepCopy ¶
func (in *IpPoolObservation) DeepCopy() *IpPoolObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpPoolObservation.
func (*IpPoolObservation) DeepCopyInto ¶
func (in *IpPoolObservation) DeepCopyInto(out *IpPoolObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IpPoolParameters ¶
type IpPoolParameters 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 IPv4 subnets // +kubebuilder:validation:Optional Subnet []SubnetParameters `json:"subnet,omitempty" tf:"subnet,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*IpPoolParameters) DeepCopy ¶
func (in *IpPoolParameters) DeepCopy() *IpPoolParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpPoolParameters.
func (*IpPoolParameters) DeepCopyInto ¶
func (in *IpPoolParameters) DeepCopyInto(out *IpPoolParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IpPoolSpec ¶
type IpPoolSpec struct { v1.ResourceSpec `json:",inline"` ForProvider IpPoolParameters `json:"forProvider"` }
IpPoolSpec defines the desired state of IpPool
func (*IpPoolSpec) DeepCopy ¶
func (in *IpPoolSpec) DeepCopy() *IpPoolSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpPoolSpec.
func (*IpPoolSpec) DeepCopyInto ¶
func (in *IpPoolSpec) DeepCopyInto(out *IpPoolSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IpPoolStatus ¶
type IpPoolStatus struct { v1.ResourceStatus `json:",inline"` AtProvider IpPoolObservation `json:"atProvider,omitempty"` }
IpPoolStatus defines the observed state of IpPool.
func (*IpPoolStatus) DeepCopy ¶
func (in *IpPoolStatus) DeepCopy() *IpPoolStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IpPoolStatus.
func (*IpPoolStatus) DeepCopyInto ¶
func (in *IpPoolStatus) DeepCopyInto(out *IpPoolStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubnetObservation ¶
type SubnetObservation struct { // A collection of IPv4 Pool Ranges AllocationRanges []*string `json:"allocationRanges,omitempty" tf:"allocation_ranges,omitempty"` // Network address and the prefix length which will be associated with a layer-2 broadcast domain Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"` // A collection of DNS servers for the subnet DNSNameservers []*string `json:"dnsNameservers,omitempty" tf:"dns_nameservers,omitempty"` // The DNS suffix for the DNS server DNSSuffix *string `json:"dnsSuffix,omitempty" tf:"dns_suffix,omitempty"` // The default gateway address on a layer-3 router GatewayIP *string `json:"gatewayIp,omitempty" tf:"gateway_ip,omitempty"` }
func (*SubnetObservation) DeepCopy ¶
func (in *SubnetObservation) DeepCopy() *SubnetObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetObservation.
func (*SubnetObservation) DeepCopyInto ¶
func (in *SubnetObservation) DeepCopyInto(out *SubnetObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubnetParameters ¶
type SubnetParameters struct { // A collection of IPv4 Pool Ranges // +kubebuilder:validation:Required AllocationRanges []*string `json:"allocationRanges" tf:"allocation_ranges,omitempty"` // Network address and the prefix length which will be associated with a layer-2 broadcast domain // +kubebuilder:validation:Required Cidr *string `json:"cidr" tf:"cidr,omitempty"` // A collection of DNS servers for the subnet // +kubebuilder:validation:Optional DNSNameservers []*string `json:"dnsNameservers,omitempty" tf:"dns_nameservers,omitempty"` // The DNS suffix for the DNS server // +kubebuilder:validation:Optional DNSSuffix *string `json:"dnsSuffix,omitempty" tf:"dns_suffix,omitempty"` // The default gateway address on a layer-3 router // +kubebuilder:validation:Optional GatewayIP *string `json:"gatewayIp,omitempty" tf:"gateway_ip,omitempty"` }
func (*SubnetParameters) DeepCopy ¶
func (in *SubnetParameters) DeepCopy() *SubnetParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetParameters.
func (*SubnetParameters) DeepCopyInto ¶
func (in *SubnetParameters) DeepCopyInto(out *SubnetParameters)
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.