Documentation ¶
Index ¶
- Variables
- func AgentRun(clx *cli.Context) error
- func NewAgentCommand() cli.Command
- func NewApp() *cli.App
- func NewCertCommand() cli.Command
- func NewEtcdSnapshotCommand() cli.Command
- func NewSecretsEncryptCommand() cli.Command
- func NewServerCommand() cli.Command
- func NewTokenCommand() cli.Command
- func Rotate(clx *cli.Context) error
- func ServerRun(clx *cli.Context) error
- type CLIRole
- type K3SFlagOption
- type K3SFlagSet
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DisableItems = []string{"rke2-coredns", "rke2-ingress-nginx", "rke2-metrics-server"} CNIItems = []string{"calico", "canal", "cilium"} )
Functions ¶
func NewAgentCommand ¶
func NewCertCommand ¶
func NewEtcdSnapshotCommand ¶
func NewServerCommand ¶
func NewTokenCommand ¶
Types ¶
type K3SFlagOption ¶
K3SFlagOption describes how a CLI flag from K3s should be wrapped.
type K3SFlagSet ¶
type K3SFlagSet map[string]*K3SFlagOption
K3SFlagSet is a map of flag names to options
func (K3SFlagSet) CopyInto ¶
func (k K3SFlagSet) CopyInto(d K3SFlagSet)
CopyInto copies flags from a source set into the destination
Click to show internal directories.
Click to hide internal directories.