kubernetes

package
v1.1.92 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ControlPlaneReady is the condition type for the control plane being ready
	ControlPlaneReady = "ControlPlaneReady"
	// WorkerNodesReady is the condition type for the worker nodes being ready
	WorkerNodesReady = "WorkerNodesReady"
	// ClusterVersionSync is the condition type for the cluster version being in sync
	ClusterVersionSync = "ClusterVersionSync"
)

Variables

View Source
var KubernetesCmd = &cobra.Command{
	Use:     "kubernetes",
	Aliases: []string{"k3s", "k8s", "kube", "talos"},
	Short:   "Details of Civo Kubernetes clusters",
	RunE: func(cmd *cobra.Command, args []string) error {
		err := cmd.Help()
		if err != nil {
			return err
		}
		return errors.New("a valid subcommand is required")
	},
}

KubernetesCmd manages Civo Kubernetes Clusters

Functions

func InstallApps

func InstallApps(defaultApps []string, apps, removeApps string) []string

InstallApps returns the list of applications to install

Types

This section is empty.

Jump to

Keyboard shortcuts

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