package
1.0.0
Repository: https://github.com/lsutils/kind.git
Documentation: pkg.go.dev

# Functions

Config returns a kubeadm config generated from config data, in particular the kubernetes version.

# Constants

ConfigTemplateBetaV2 is the kubeadm config template for API version v1beta2.
ConfigTemplateBetaV3 is the kubeadm config template for API version v1beta3.
ObjectName is the name every generated object will have I.E.
Token defines a dummy, well known token for automating TLS bootstrap process.

# Structs

ConfigData is supplied to the kubeadm config template, with values populated by the cluster package.
DerivedConfigData fields are automatically derived by ConfigData.Derive if they are not specified / zero valued.
No description provided by the author