Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateCpMode ¶
func ValidateCpMode(mode CpMode) error
ValidateCpMode to check modes of kuma-cp
Types ¶
type CpMode ¶
type CpMode = string
const (
Standalone CpMode = "standalone"
Zone CpMode = "zone"
Global CpMode = "global"
)
type EnvironmentType ¶
type EnvironmentType = string
const (
KubernetesEnvironment EnvironmentType = "kubernetes"
UniversalEnvironment EnvironmentType = "universal"
)
Click to show internal directories.
Click to hide internal directories.