env

package
v1.9.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 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}"
	DefaultCloudProviderImage    = "gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.2.1"
	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}"
	ControlPlaneEndpointVar      = "${CONTROL_PLANE_ENDPOINT_IP}"
	// 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