package
0.13.1
Repository: https://github.com/k0sproject/k0s.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DecodeJoinToken decodes an token string that is encoded with JoinEncode.
JoinClientFromToken creates a new join api client from a token.
JoinEncode compresses and base64 encodes a join token.
NewManager creates a new token manager using given kubeconfig.

# Structs

JoinClient is the client we can use to call k0s join APIs.
Manager is responsible to manage the join tokens in kube API as secrets in kube-system namespace.
No description provided by the author