kubeadm

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// KnownTokenID is the kubeadm token ID
	KnownTokenID = "abcdef"
	// KnownTokenSecret is the kubeadm token secret
	KnownTokenSecret = "0123456789abcdef"
	// Token is the kubeadm token formed by combining the token ID and secret
	Token = KnownTokenID + "." + KnownTokenSecret
)

Variables

This section is empty.

Functions

func InitConfiguration

func InitConfiguration(version, name, controlPlaneEndpoint string) ([]byte, error)

InitConfiguration accepts a set of paramenters like Kubernetes version and cluster name, and marshals the kubeadm configuration types in a `---` separated JSON document.

Types

This section is empty.

Jump to

Keyboard shortcuts

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