v1alpha1

package
v0.0.0-...-de72ed3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=containerinfra.openstack.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "containerinfra.openstack.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	ClustertemplateV1_Kind             = "ClustertemplateV1"
	ClustertemplateV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ClustertemplateV1_Kind}.String()
	ClustertemplateV1_KindAPIVersion   = ClustertemplateV1_Kind + "." + CRDGroupVersion.String()
	ClustertemplateV1_GroupVersionKind = CRDGroupVersion.WithKind(ClustertemplateV1_Kind)
)

Repository type metadata.

View Source
var (
	ClusterV1_Kind             = "ClusterV1"
	ClusterV1_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ClusterV1_Kind}.String()
	ClusterV1_KindAPIVersion   = ClusterV1_Kind + "." + CRDGroupVersion.String()
	ClusterV1_GroupVersionKind = CRDGroupVersion.WithKind(ClusterV1_Kind)
)

Repository type metadata.

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
)

Functions

This section is empty.

Types

type ClusterV1

type ClusterV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ClusterV1Spec   `json:"spec"`
	Status            ClusterV1Status `json:"status,omitempty"`
}

ClusterV1 is the Schema for the ClusterV1s API +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,openstackjet}

func (*ClusterV1) DeepCopy

func (in *ClusterV1) DeepCopy() *ClusterV1

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

func (*ClusterV1) DeepCopyInto

func (in *ClusterV1) DeepCopyInto(out *ClusterV1)

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

func (*ClusterV1) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ClusterV1) GetCondition

func (mg *ClusterV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ClusterV1.

func (*ClusterV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ClusterV1

func (*ClusterV1) GetDeletionPolicy

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

GetDeletionPolicy of this ClusterV1.

func (*ClusterV1) GetID

func (tr *ClusterV1) GetID() string

GetID returns ID of underlying Terraform resource of this ClusterV1

func (*ClusterV1) GetObservation

func (tr *ClusterV1) GetObservation() (map[string]interface{}, error)

GetObservation of this ClusterV1

func (*ClusterV1) GetParameters

func (tr *ClusterV1) GetParameters() (map[string]interface{}, error)

GetParameters of this ClusterV1

func (*ClusterV1) GetProviderConfigReference

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

GetProviderConfigReference of this ClusterV1.

func (*ClusterV1) GetProviderReference

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

GetProviderReference of this ClusterV1. Deprecated: Use GetProviderConfigReference.

func (*ClusterV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ClusterV1.

func (*ClusterV1) GetTerraformResourceType

func (mg *ClusterV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ClusterV1

func (*ClusterV1) GetTerraformSchemaVersion

func (tr *ClusterV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ClusterV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ClusterV1.

func (*ClusterV1) LateInitialize

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

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

func (*ClusterV1) SetConditions

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

SetConditions of this ClusterV1.

func (*ClusterV1) SetDeletionPolicy

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

SetDeletionPolicy of this ClusterV1.

func (*ClusterV1) SetObservation

func (tr *ClusterV1) SetObservation(obs map[string]interface{}) error

SetObservation for this ClusterV1

func (*ClusterV1) SetParameters

func (tr *ClusterV1) SetParameters(params map[string]interface{}) error

SetParameters for this ClusterV1

func (*ClusterV1) SetProviderConfigReference

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

SetProviderConfigReference of this ClusterV1.

func (*ClusterV1) SetProviderReference

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

SetProviderReference of this ClusterV1. Deprecated: Use SetProviderConfigReference.

func (*ClusterV1) SetPublishConnectionDetailsTo

func (mg *ClusterV1) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ClusterV1.

func (*ClusterV1) SetWriteConnectionSecretToReference

func (mg *ClusterV1) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ClusterV1.

type ClusterV1List

type ClusterV1List struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ClusterV1 `json:"items"`
}

ClusterV1List contains a list of ClusterV1s

func (*ClusterV1List) DeepCopy

func (in *ClusterV1List) DeepCopy() *ClusterV1List

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

func (*ClusterV1List) DeepCopyInto

func (in *ClusterV1List) DeepCopyInto(out *ClusterV1List)

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

func (*ClusterV1List) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ClusterV1List) GetItems

func (l *ClusterV1List) GetItems() []resource.Managed

GetItems of this ClusterV1List.

type ClusterV1Observation

type ClusterV1Observation struct {
	APIAddress *string `json:"apiAddress,omitempty" tf:"api_address,omitempty"`

	CoeVersion *string `json:"coeVersion,omitempty" tf:"coe_version,omitempty"`

	ContainerVersion *string `json:"containerVersion,omitempty" tf:"container_version,omitempty"`

	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	MasterAddresses []*string `json:"masterAddresses,omitempty" tf:"master_addresses,omitempty"`

	NodeAddresses []*string `json:"nodeAddresses,omitempty" tf:"node_addresses,omitempty"`

	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	StackID *string `json:"stackId,omitempty" tf:"stack_id,omitempty"`

	UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`

	UserID *string `json:"userId,omitempty" tf:"user_id,omitempty"`
}

func (*ClusterV1Observation) DeepCopy

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

func (*ClusterV1Observation) DeepCopyInto

func (in *ClusterV1Observation) DeepCopyInto(out *ClusterV1Observation)

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

type ClusterV1Parameters

type ClusterV1Parameters struct {

	// +kubebuilder:validation:Required
	ClusterTemplateID *string `json:"clusterTemplateId" tf:"cluster_template_id,omitempty"`

	// +kubebuilder:validation:Optional
	CreateTimeout *float64 `json:"createTimeout,omitempty" tf:"create_timeout,omitempty"`

	// +kubebuilder:validation:Optional
	DiscoveryURL *string `json:"discoveryUrl,omitempty" tf:"discovery_url,omitempty"`

	// +kubebuilder:validation:Optional
	DockerVolumeSize *float64 `json:"dockerVolumeSize,omitempty" tf:"docker_volume_size,omitempty"`

	// +kubebuilder:validation:Optional
	FixedNetwork *string `json:"fixedNetwork,omitempty" tf:"fixed_network,omitempty"`

	// +kubebuilder:validation:Optional
	FixedSubnet *string `json:"fixedSubnet,omitempty" tf:"fixed_subnet,omitempty"`

	// +kubebuilder:validation:Optional
	Flavor *string `json:"flavor,omitempty" tf:"flavor,omitempty"`

	// +kubebuilder:validation:Optional
	FloatingIPEnabled *bool `json:"floatingIpEnabled,omitempty" tf:"floating_ip_enabled,omitempty"`

	// +kubebuilder:validation:Optional
	Keypair *string `json:"keypair,omitempty" tf:"keypair,omitempty"`

	// +kubebuilder:validation:Optional
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// +kubebuilder:validation:Optional
	MasterCount *float64 `json:"masterCount,omitempty" tf:"master_count,omitempty"`

	// +kubebuilder:validation:Optional
	MasterFlavor *string `json:"masterFlavor,omitempty" tf:"master_flavor,omitempty"`

	// +kubebuilder:validation:Optional
	MergeLabels *bool `json:"mergeLabels,omitempty" tf:"merge_labels,omitempty"`

	// +kubebuilder:validation:Optional
	NodeCount *float64 `json:"nodeCount,omitempty" tf:"node_count,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`
}

func (*ClusterV1Parameters) DeepCopy

func (in *ClusterV1Parameters) DeepCopy() *ClusterV1Parameters

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

func (*ClusterV1Parameters) DeepCopyInto

func (in *ClusterV1Parameters) DeepCopyInto(out *ClusterV1Parameters)

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

type ClusterV1Spec

type ClusterV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ClusterV1Parameters `json:"forProvider"`
}

ClusterV1Spec defines the desired state of ClusterV1

func (*ClusterV1Spec) DeepCopy

func (in *ClusterV1Spec) DeepCopy() *ClusterV1Spec

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

func (*ClusterV1Spec) DeepCopyInto

func (in *ClusterV1Spec) DeepCopyInto(out *ClusterV1Spec)

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

type ClusterV1Status

type ClusterV1Status struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ClusterV1Observation `json:"atProvider,omitempty"`
}

ClusterV1Status defines the observed state of ClusterV1.

func (*ClusterV1Status) DeepCopy

func (in *ClusterV1Status) DeepCopy() *ClusterV1Status

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

func (*ClusterV1Status) DeepCopyInto

func (in *ClusterV1Status) DeepCopyInto(out *ClusterV1Status)

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

type ClustertemplateV1

type ClustertemplateV1 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ClustertemplateV1Spec   `json:"spec"`
	Status            ClustertemplateV1Status `json:"status,omitempty"`
}

ClustertemplateV1 is the Schema for the ClustertemplateV1s API +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,openstackjet}

func (*ClustertemplateV1) DeepCopy

func (in *ClustertemplateV1) DeepCopy() *ClustertemplateV1

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

func (*ClustertemplateV1) DeepCopyInto

func (in *ClustertemplateV1) DeepCopyInto(out *ClustertemplateV1)

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

func (*ClustertemplateV1) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ClustertemplateV1) GetCondition

func (mg *ClustertemplateV1) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ClustertemplateV1.

func (*ClustertemplateV1) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ClustertemplateV1

func (*ClustertemplateV1) GetDeletionPolicy

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

GetDeletionPolicy of this ClustertemplateV1.

func (*ClustertemplateV1) GetID

func (tr *ClustertemplateV1) GetID() string

GetID returns ID of underlying Terraform resource of this ClustertemplateV1

func (*ClustertemplateV1) GetObservation

func (tr *ClustertemplateV1) GetObservation() (map[string]interface{}, error)

GetObservation of this ClustertemplateV1

func (*ClustertemplateV1) GetParameters

func (tr *ClustertemplateV1) GetParameters() (map[string]interface{}, error)

GetParameters of this ClustertemplateV1

func (*ClustertemplateV1) GetProviderConfigReference

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

GetProviderConfigReference of this ClustertemplateV1.

func (*ClustertemplateV1) GetProviderReference

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

GetProviderReference of this ClustertemplateV1. Deprecated: Use GetProviderConfigReference.

func (*ClustertemplateV1) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ClustertemplateV1.

func (*ClustertemplateV1) GetTerraformResourceType

func (mg *ClustertemplateV1) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ClustertemplateV1

func (*ClustertemplateV1) GetTerraformSchemaVersion

func (tr *ClustertemplateV1) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ClustertemplateV1) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ClustertemplateV1.

func (*ClustertemplateV1) LateInitialize

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

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

func (*ClustertemplateV1) SetConditions

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

SetConditions of this ClustertemplateV1.

func (*ClustertemplateV1) SetDeletionPolicy

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

SetDeletionPolicy of this ClustertemplateV1.

func (*ClustertemplateV1) SetObservation

func (tr *ClustertemplateV1) SetObservation(obs map[string]interface{}) error

SetObservation for this ClustertemplateV1

func (*ClustertemplateV1) SetParameters

func (tr *ClustertemplateV1) SetParameters(params map[string]interface{}) error

SetParameters for this ClustertemplateV1

func (*ClustertemplateV1) SetProviderConfigReference

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

SetProviderConfigReference of this ClustertemplateV1.

func (*ClustertemplateV1) SetProviderReference

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

SetProviderReference of this ClustertemplateV1. Deprecated: Use SetProviderConfigReference.

func (*ClustertemplateV1) SetPublishConnectionDetailsTo

func (mg *ClustertemplateV1) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ClustertemplateV1.

func (*ClustertemplateV1) SetWriteConnectionSecretToReference

func (mg *ClustertemplateV1) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ClustertemplateV1.

type ClustertemplateV1List

type ClustertemplateV1List struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ClustertemplateV1 `json:"items"`
}

ClustertemplateV1List contains a list of ClustertemplateV1s

func (*ClustertemplateV1List) DeepCopy

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

func (*ClustertemplateV1List) DeepCopyInto

func (in *ClustertemplateV1List) DeepCopyInto(out *ClustertemplateV1List)

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

func (*ClustertemplateV1List) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ClustertemplateV1List) GetItems

func (l *ClustertemplateV1List) GetItems() []resource.Managed

GetItems of this ClustertemplateV1List.

type ClustertemplateV1Observation

type ClustertemplateV1Observation struct {
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`

	UserID *string `json:"userId,omitempty" tf:"user_id,omitempty"`
}

func (*ClustertemplateV1Observation) DeepCopy

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

func (*ClustertemplateV1Observation) DeepCopyInto

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

type ClustertemplateV1Parameters

type ClustertemplateV1Parameters struct {

	// +kubebuilder:validation:Optional
	ApiserverPort *float64 `json:"apiserverPort,omitempty" tf:"apiserver_port,omitempty"`

	// +kubebuilder:validation:Optional
	ClusterDistro *string `json:"clusterDistro,omitempty" tf:"cluster_distro,omitempty"`

	// +kubebuilder:validation:Required
	Coe *string `json:"coe" tf:"coe,omitempty"`

	// +kubebuilder:validation:Optional
	DNSNameserver *string `json:"dnsNameserver,omitempty" tf:"dns_nameserver,omitempty"`

	// +kubebuilder:validation:Optional
	DockerStorageDriver *string `json:"dockerStorageDriver,omitempty" tf:"docker_storage_driver,omitempty"`

	// +kubebuilder:validation:Optional
	DockerVolumeSize *float64 `json:"dockerVolumeSize,omitempty" tf:"docker_volume_size,omitempty"`

	// +kubebuilder:validation:Optional
	ExternalNetworkID *string `json:"externalNetworkId,omitempty" tf:"external_network_id,omitempty"`

	// +kubebuilder:validation:Optional
	FixedNetwork *string `json:"fixedNetwork,omitempty" tf:"fixed_network,omitempty"`

	// +kubebuilder:validation:Optional
	FixedSubnet *string `json:"fixedSubnet,omitempty" tf:"fixed_subnet,omitempty"`

	// +kubebuilder:validation:Optional
	Flavor *string `json:"flavor,omitempty" tf:"flavor,omitempty"`

	// +kubebuilder:validation:Optional
	FloatingIPEnabled *bool `json:"floatingIpEnabled,omitempty" tf:"floating_ip_enabled,omitempty"`

	// +kubebuilder:validation:Optional
	HTTPProxy *string `json:"httpProxy,omitempty" tf:"http_proxy,omitempty"`

	// +kubebuilder:validation:Optional
	HTTPSProxy *string `json:"httpsProxy,omitempty" tf:"https_proxy,omitempty"`

	// +kubebuilder:validation:Required
	Image *string `json:"image" tf:"image,omitempty"`

	// +kubebuilder:validation:Optional
	InsecureRegistry *string `json:"insecureRegistry,omitempty" tf:"insecure_registry,omitempty"`

	// +kubebuilder:validation:Optional
	KeypairID *string `json:"keypairId,omitempty" tf:"keypair_id,omitempty"`

	// +kubebuilder:validation:Optional
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// +kubebuilder:validation:Optional
	MasterFlavor *string `json:"masterFlavor,omitempty" tf:"master_flavor,omitempty"`

	// +kubebuilder:validation:Optional
	MasterLBEnabled *bool `json:"masterLbEnabled,omitempty" tf:"master_lb_enabled,omitempty"`

	// +kubebuilder:validation:Optional
	NetworkDriver *string `json:"networkDriver,omitempty" tf:"network_driver,omitempty"`

	// +kubebuilder:validation:Optional
	NoProxy *string `json:"noProxy,omitempty" tf:"no_proxy,omitempty"`

	// +kubebuilder:validation:Optional
	Public *bool `json:"public,omitempty" tf:"public,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	RegistryEnabled *bool `json:"registryEnabled,omitempty" tf:"registry_enabled,omitempty"`

	// +kubebuilder:validation:Optional
	ServerType *string `json:"serverType,omitempty" tf:"server_type,omitempty"`

	// +kubebuilder:validation:Optional
	TLSDisabled *bool `json:"tlsDisabled,omitempty" tf:"tls_disabled,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeDriver *string `json:"volumeDriver,omitempty" tf:"volume_driver,omitempty"`
}

func (*ClustertemplateV1Parameters) DeepCopy

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

func (*ClustertemplateV1Parameters) DeepCopyInto

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

type ClustertemplateV1Spec

type ClustertemplateV1Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ClustertemplateV1Parameters `json:"forProvider"`
}

ClustertemplateV1Spec defines the desired state of ClustertemplateV1

func (*ClustertemplateV1Spec) DeepCopy

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

func (*ClustertemplateV1Spec) DeepCopyInto

func (in *ClustertemplateV1Spec) DeepCopyInto(out *ClustertemplateV1Spec)

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

type ClustertemplateV1Status

type ClustertemplateV1Status struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ClustertemplateV1Observation `json:"atProvider,omitempty"`
}

ClustertemplateV1Status defines the observed state of ClustertemplateV1.

func (*ClustertemplateV1Status) DeepCopy

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

func (*ClustertemplateV1Status) DeepCopyInto

func (in *ClustertemplateV1Status) DeepCopyInto(out *ClustertemplateV1Status)

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