env

package
v1.8.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package env contains variable names used with envsubst.

Index

Constants

View Source
const (
	ClusterNameVar                = "${CLUSTER_NAME}"
	ClusterClassNameVar           = "${CLUSTER_CLASS_NAME}"
	ControlPlaneMachineCountVar   = "${CONTROL_PLANE_MACHINE_COUNT}"
	DefaultClusterCIDR            = "192.168.0.0/16"
	DefaultDiskGiB                = 25
	DefaultMemoryMiB              = 8192
	DefaultNumCPUs                = 2
	KubernetesVersionVar          = "${KUBERNETES_VERSION}"
	CPIImageKubernetesVersionVar  = "${CPI_IMAGE_K8S_VERSION}"
	MachineDeploymentNameSuffix   = "-md-0"
	Nameserver                    = "${NAMESERVER}"
	NamespaceVar                  = "${NAMESPACE}"
	NodeIPAMPoolAPIGroup          = "${NODE_IPAM_POOL_API_GROUP}"
	NodeIPAMPoolKind              = "${NODE_IPAM_POOL_KIND}"
	NodeIPAMPoolName              = "${NODE_IPAM_POOL_NAME}"
	VSphereDataCenterVar          = "${VSPHERE_DATACENTER}"
	VSphereThumbprint             = "${VSPHERE_TLS_THUMBPRINT}"
	VSphereDatastoreVar           = "${VSPHERE_DATASTORE}"
	VSphereFolderVar              = "${VSPHERE_FOLDER}"
	VSphereNetworkVar             = "${VSPHERE_NETWORK}"
	VSphereResourcePoolVar        = "${VSPHERE_RESOURCE_POOL}"
	VSphereServerVar              = "${VSPHERE_SERVER}"
	VSphereSSHAuthorizedKeysVar   = "${VSPHERE_SSH_AUTHORIZED_KEY}"
	VSphereStoragePolicyVar       = "${VSPHERE_STORAGE_POLICY}"
	VSphereTemplateVar            = "${VSPHERE_TEMPLATE}"
	WorkerMachineCountVar         = "${WORKER_MACHINE_COUNT}"
	ControlPlaneEndpointHostVar   = "${CONTROL_PLANE_ENDPOINT_IP}"
	ControlPlaneEndpointPortVar   = "${CONTROL_PLANE_ENDPOINT_PORT:=6443}"
	VSphereMachineClassImageVar   = "${VSPHERE_IMAGE_NAME}"
	VSphereMachineClassVar        = "${VSPHERE_MACHINE_CLASS_NAME}"
	VSphereMachineStorageClassVar = "${VSPHERE_STORAGE_CLASS}"
	VSphereMachinePowerOffModeVar = "${VSPHERE_POWER_OFF_MODE:=trySoft}"
	// VipNetworkInterfaceVar defaults to an empty string to let kube-vip autodetect the interface.
	VipNetworkInterfaceVar = "${VIP_NETWORK_INTERFACE:=\"\"}"
	VSphereUsername        = "${VSPHERE_USERNAME}"
	// VSpherePassword is the password for the VSphere Server.
	VSpherePassword              = "${VSPHERE_PASSWORD}" //nolint:gosec // Password is not hardcoded here.
	ClusterResourceSetNameSuffix = "-crs-0"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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