defaults

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ClusterNameBase is the default prefix for all cluster names
	ClusterNameBase = "cluster"

	// PodCidrBase the default starting pod cidr for all the clusters
	PodCidrBase = "10.0.0.0"

	// PodCidrMask is the default mask for pod subnet
	PodCidrMask = "/14"

	// ServiceCidrBase the default starting service cidr for all the clusters
	ServiceCidrBase = "100.0.0.0"

	// ServiceCidrMask is the default mask for service subnet
	ServiceCidrMask = "/16"

	// NumWorkers is the number of worker nodes per cluster
	NumWorkers = 2

	// KindLogsDir is a default kind log files destination directory
	KindLogsDir = "output/logs"

	// KindConfigDir is a default kind config files destination directory
	KindConfigDir = "output/kind-clusters"

	// LocalKubeConfigDir is a default local workstation kubeconfig files destination directory
	LocalKubeConfigDir = "output/kube-config/local-dev"

	// LocalKubeConfigDir is a default  kubeconfig files destination directory if running inside container
	ContainerKubeConfigDir = "output/kube-config/container"

	// WaitDurationResources is a default timeout for waiter functions
	WaitDurationResources = time.Duration(10) * time.Minute

	// KubeAdminAPIVersion is a default version used by in kind configs
	KubeAdminAPIVersion = "kubeadm.k8s.io/v1beta2"
)

Default values

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