Documentation ¶
Index ¶
Constants ¶
View Source
const KubeAPIServerDirName = "kube-apiserver"
View Source
const OpenShiftAPIServerDirName = "openshift-apiserver"
View Source
const OpenShiftControllerManagerDirName = "openshift-controller-manager"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KubeAPIServerStartConfig ¶
type KubeAPIServerStartConfig struct { // MasterImage is the docker image for openshift start master MasterImage string Args []string }
func NewKubeAPIServerStartConfig ¶
func NewKubeAPIServerStartConfig() *KubeAPIServerStartConfig
func (KubeAPIServerStartConfig) MakeMasterConfig ¶
func (opt KubeAPIServerStartConfig) MakeMasterConfig(dockerClient dockerhelper.Interface, basedir string) (string, error)
Start starts the OpenShift master as a Docker container and returns a directory in the local file system where the OpenShift configuration has been copied
Click to show internal directories.
Click to hide internal directories.