Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=privatecloudgateway.jet-palette.upbound.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 (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 (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
Constants ¶
const ( CRDGroup = "privatecloudgateway.jet-palette.upbound.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,jet-palette}
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) 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) 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 {
ID *string `json:"id,omitempty" tf:"id,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 { // +kubebuilder:validation:Required Gateway *string `json:"gateway" tf:"gateway,omitempty"` // +kubebuilder:validation:Optional IPEndRange *string `json:"ipEndRange,omitempty" tf:"ip_end_range,omitempty"` // +kubebuilder:validation:Optional IPStartRange *string `json:"ipStartRange,omitempty" tf:"ip_start_range,omitempty"` // +kubebuilder:validation:Optional NameserverAddresses []*string `json:"nameserverAddresses,omitempty" tf:"nameserver_addresses,omitempty"` // +kubebuilder:validation:Optional NameserverSearchSuffix []*string `json:"nameserverSearchSuffix,omitempty" tf:"nameserver_search_suffix,omitempty"` // +kubebuilder:validation:Required NetworkType *string `json:"networkType" tf:"network_type,omitempty"` // +kubebuilder:validation:Required Prefix *float64 `json:"prefix" tf:"prefix,omitempty"` // +kubebuilder:validation:Required PrivateCloudGatewayID *string `json:"privateCloudGatewayId" tf:"private_cloud_gateway_id,omitempty"` // +kubebuilder:validation:Optional RestrictToSingleCluster *bool `json:"restrictToSingleCluster,omitempty" tf:"restrict_to_single_cluster,omitempty"` // +kubebuilder:validation:Optional SubnetCidr *string `json:"subnetCidr,omitempty" tf:"subnet_cidr,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.