Documentation ¶
Index ¶
Constants ¶
View Source
const ( KubeConfigFileSolutionWindows = ` Make sure that the value of the --config flag passed contains a valid path: --config=c:\path\to\valid\file ` KubeConfigFileSolutionUnix = ` Make sure that the value of the --config flag passed contains a valid path: --config=/path/to/valid/file ` KubeConfigSolutionUnix = `` /* 190-byte string literal not displayed */ KubeConfigSolutionWindows = `` /* 187-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func ErrKubeConfigNotWriteable ¶
ErrKubeConfigNotWriteable is returned when the file pointed to by KUBECONFIG cannot be created or written to if isExplicitFile flag is true, the path to .kubeconfig was set using a --config=... flag
func NoProjectsExistMessage ¶ added in v1.5.0
NoProjectsExistMessage returns a message indicating that no projects have been created by the current user.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.