package
0.18.1
Repository: https://github.com/k0sproject/k0sctl.git
Documentation: pkg.go.dev

# Functions

TokenID returns a token id from a token string that can be used to invalidate the token.

# Constants

K0sMinVersion is the minimum supported k0s version.

# Structs

Host contains all the needed details to work with hosts.
HostMetadata resolved metadata for host.
K0s holds configuration for bootstraping a k0s cluster.
K0sMetadata contains gathered information about k0s cluster.
No description provided by the author
Spec defines cluster config spec section.
UploadFile describes a file to be uploaded for the host.

# Type aliases

Flags is a slice of strings with added functions to ease manipulating lists of command-line flags.
Hooks define a list of hooks such as hooks["apply"]["before"] = ["ls -al", "rm foo.txt"].
Hosts are destnation hosts.