v1alpha1

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=privatecloudgateway.jet-palette.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "privatecloudgateway.jet-palette.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
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
)
View Source
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

func (in *Ippool) DeepCopy() *Ippool

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ippool.

func (*Ippool) DeepCopyInto

func (in *Ippool) DeepCopyInto(out *Ippool)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Ippool) DeepCopyObject

func (in *Ippool) DeepCopyObject() runtime.Object

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

func (tr *Ippool) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Ippool

func (*Ippool) GetDeletionPolicy

func (mg *Ippool) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Ippool.

func (*Ippool) GetID

func (tr *Ippool) GetID() string

GetID returns ID of underlying Terraform resource of this Ippool

func (*Ippool) GetObservation

func (tr *Ippool) GetObservation() (map[string]any, error)

GetObservation of this Ippool

func (*Ippool) GetParameters

func (tr *Ippool) GetParameters() (map[string]any, error)

GetParameters of this Ippool

func (*Ippool) GetProviderConfigReference

func (mg *Ippool) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Ippool.

func (*Ippool) GetProviderReference

func (mg *Ippool) GetProviderReference() *xpv1.Reference

GetProviderReference of this Ippool. Deprecated: Use GetProviderConfigReference.

func (*Ippool) GetPublishConnectionDetailsTo

func (mg *Ippool) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Ippool.

func (*Ippool) GetTerraformResourceType

func (mg *Ippool) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Ippool

func (*Ippool) GetTerraformSchemaVersion

func (tr *Ippool) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Ippool) GetWriteConnectionSecretToReference

func (mg *Ippool) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Ippool.

func (*Ippool) LateInitialize

func (tr *Ippool) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Ippool using its observed tfState. returns True if there are any spec changes for the resource.

func (*Ippool) SetConditions

func (mg *Ippool) SetConditions(c ...xpv1.Condition)

SetConditions of this Ippool.

func (*Ippool) SetDeletionPolicy

func (mg *Ippool) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Ippool.

func (*Ippool) SetObservation

func (tr *Ippool) SetObservation(obs map[string]any) error

SetObservation for this Ippool

func (*Ippool) SetParameters

func (tr *Ippool) SetParameters(params map[string]any) error

SetParameters for this Ippool

func (*Ippool) SetProviderConfigReference

func (mg *Ippool) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Ippool.

func (*Ippool) SetProviderReference

func (mg *Ippool) SetProviderReference(r *xpv1.Reference)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL