Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DOCKER binary name of docker DOCKER = "docker" // PODMAN binary name of podman PODMAN = "podman" // Linux name in runtime.GOOS LINUX = "linux" // MacOS name in runtime.GOOS MACOS = "darwin" // Environment variable that indicates if open by browser is set as default EnvBrowserDefault = "BACKPLANE_DEFAULT_OPEN_BROWSER" // Environment variable that set the container engine EnvContainerEngine = "CONTAINER_ENGINE" // The namespace where console deploys in the cluster ConsoleNS = "openshift-console" // The deployment name of console ConsoleDeployment = "console" // The namespace of monitoring stack MonitoringNS = "openshift-monitoring" // The deployment name of monitoring plugin MonitoringPluginDeployment = "monitoring-plugin" )
Variables ¶
This section is empty.
Functions ¶
func GetConfigDirectory ¶ added in v0.1.4
GetConfigDirectory returns pull secret file saving path Defaults to ~/.kube/ocm-pull-secret
func NewConsoleCmd ¶ added in v0.1.24
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.