Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeletRunConfig ¶
type KubeletRunConfig struct { // ContainerBinds is a list of local/path:image/path pairs ContainerBinds []string // NodeImage is the docker image for openshift start node NodeImage string PodImage string Environment []string HTTPProxy string HTTPSProxy string NoProxy []string DockerRoot string HostVolumesDir string HostPersistentVolumesDir string UseNsenterMount bool Args []string }
func NewKubeletRunConfig ¶
func NewKubeletRunConfig() *KubeletRunConfig
func (KubeletRunConfig) StartKubelet ¶
func (opt KubeletRunConfig) StartKubelet(dockerClient util.Interface, podManifestDir, assetsDir, logdir 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.