Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const CmdDownRecommendedName + const CmdStatusRecommendedName + const CmdUpRecommendedName + func NewCmdDown(name, fullName string) *cobra.Command + func NewCmdStatus(name, fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdUp(name, fullName string, f genericclioptions.RESTClientGetter, ...) *cobra.Command + func PrintError(err error, out io.Writer) + type ClientStatusConfig struct + func (c *ClientStatusConfig) Status(f kcmdutil.Factory, out io.Writer) error + type ClientStopConfig struct + func (c *ClientStopConfig) Stop() error + type ClusterUpConfig struct + AdditionalIPs []string + BaseDir string + ClusterAdd *cobra.Command + ComponentsToEnable *components.Components + DNSPort int + DockerMachine string + HTTPProxy string + HTTPSProxy string + HostConfigDir string + HostDataDir string + HostName string + HostPersistentVolumesDir string + HostVolumesDir string + ImageTag string + ImageTemplate variable.ImageTemplate + KubeOnly bool + NoProxy []string + PortForwarding bool + PublicHostname string + RoutingSuffix string + ServerIP string + ServerLogLevel int + SkipRegistryCheck bool + SpecifiedBaseDir bool + UseExistingConfig bool + UseNsenterMount bool + UsePorts []int + UserEnabledComponents []string + WriteConfig bool + func NewClusterUpConfig(streams genericclioptions.IOStreams, clusterAdd *cobra.Command) *ClusterUpConfig + func (c *ClusterUpConfig) Bind(flags *pflag.FlagSet) + func (c *ClusterUpConfig) BuildConfig() (*configDirs, error) + func (c *ClusterUpConfig) Check() error + func (c *ClusterUpConfig) ClusterAdminKubeConfigBytes() ([]byte, error) + func (c *ClusterUpConfig) Complete(f genericclioptions.RESTClientGetter, cmd *cobra.Command) error + func (c *ClusterUpConfig) DockerHelper() *dockerhelper.Helper + func (c *ClusterUpConfig) GetDockerClient() dockerhelper.Interface + func (c *ClusterUpConfig) GetKubeAPIServerConfigDir() string + func (c *ClusterUpConfig) GetPublicHostName() string + func (c *ClusterUpConfig) HostHelper() *host.HostHelper + func (c *ClusterUpConfig) LocalDirFor(componentName string) string + func (c *ClusterUpConfig) OpenShiftHelper() *openshift.Helper + func (c *ClusterUpConfig) PostClusterStartupMutations(out io.Writer) error + func (c *ClusterUpConfig) RESTConfig() (*rest.Config, error) + func (c *ClusterUpConfig) RemoteDirFor(componentName string) string + func (c *ClusterUpConfig) ShouldCreateUser() bool + func (c *ClusterUpConfig) Start() error + func (c *ClusterUpConfig) StartSelfHosted(out io.Writer) error + func (c *ClusterUpConfig) Validate() error