Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const CmdDownRecommendedName + const CmdJoinRecommendedName + const CmdStatusRecommendedName + const CmdUpRecommendedName + func NewCmdDown(name, fullName string, f *osclientcmd.Factory, out io.Writer) *cobra.Command + func NewCmdJoin(name, fullName string, f *osclientcmd.Factory, in io.Reader, out io.Writer) *cobra.Command + func NewCmdStatus(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command + func NewCmdUp(name, fullName string, f *osclientcmd.Factory, out, errout io.Writer) *cobra.Command + func PrintError(err error, out io.Writer) + type ClientJoinConfig struct + In io.Reader + Secret string + func (c *ClientJoinConfig) Complete(f *osclientcmd.Factory, cmd *cobra.Command) error + func (c *ClientJoinConfig) StartOpenShiftNode(out io.Writer) error + func (config *ClientJoinConfig) Bind(flags *pflag.FlagSet) + type ClientStartConfig struct + func (c *ClientStartConfig) CheckContainerNetworking(out io.Writer) error + func (c *ClientStartConfig) Clients() (*client.Client, kclientset.Interface, error) + func (c *ClientStartConfig) Complete(f *osclientcmd.Factory, cmd *cobra.Command) error + func (c *ClientStartConfig) CreateProject(out io.Writer) error + func (c *ClientStartConfig) EnsureDefaultRedirectURIs(out io.Writer) error + func (c *ClientStartConfig) Factory() (*clientcmd.Factory, error) + func (c *ClientStartConfig) ImportImageStreams(out io.Writer) error + func (c *ClientStartConfig) ImportTemplates(out io.Writer) error + func (c *ClientStartConfig) InstallLogging(out io.Writer) error + func (c *ClientStartConfig) InstallMetrics(out io.Writer) error + func (c *ClientStartConfig) InstallRegistry(out io.Writer) error + func (c *ClientStartConfig) InstallRouter(out io.Writer) error + func (c *ClientStartConfig) Login(out io.Writer) error + func (c *ClientStartConfig) RemoveTemporaryDirectory(out io.Writer) error + func (c *ClientStartConfig) ServerInfo(out io.Writer) error + func (c *ClientStartConfig) ShouldCreateUser() bool + func (c *ClientStartConfig) ShouldInitializeData() bool + func (c *ClientStartConfig) Start(out io.Writer) error + func (c *ClientStartConfig) StartOpenShift(out io.Writer) error + func (c *ClientStartConfig) Validate(out, errout io.Writer) error + func (config *ClientStartConfig) Bind(flags *pflag.FlagSet) + type ClientStatusConfig struct + DockerMachine string + func (c *ClientStatusConfig) Status(f *clientcmd.Factory, out io.Writer) error + type ClientStopConfig struct + DockerMachine string + func (c *ClientStopConfig) Stop(out io.Writer) error + type CommonStartConfig struct + CACert string + DNSPort int + DockerMachine string + Environment []string + HTTPProxy string + HTTPSProxy string + HostConfigDir string + HostDataDir string + HostName string + HostPersistentVolumesDir string + HostVolumesDir string + Image string + ImageStreams string + ImageVersion string + LocalConfigDir string + NoProxy []string + Out io.Writer + PortForwarding bool + PublicHostname string + RouterIP string + RoutingSuffix string + ServerIP string + ServerLogLevel int + SetPropagationMode bool + ShouldCreateDockerMachine bool + ShouldInstallLogging bool + ShouldInstallMetrics bool + SkipRegistryCheck bool + TaskPrinter *TaskPrinter + Tasks []task + UseExistingConfig bool + UseNsenterMount bool + UsePorts []int + func (c *CommonStartConfig) CheckAvailablePorts(out io.Writer) error + func (c *CommonStartConfig) CheckDockerInsecureRegistry(out io.Writer) error + func (c *CommonStartConfig) CheckDockerVersion(out io.Writer) error + func (c *CommonStartConfig) CheckExistingOpenShiftContainer(out io.Writer) error + func (c *CommonStartConfig) CheckNsenterMounter(out io.Writer) error + func (c *CommonStartConfig) CheckOpenShiftClient(out io.Writer) error + func (c *CommonStartConfig) CheckOpenShiftImage(out io.Writer) error + func (c *CommonStartConfig) Complete(f *osclientcmd.Factory, cmd *cobra.Command) error + func (c *CommonStartConfig) CreateDockerMachine(out io.Writer) error + func (c *CommonStartConfig) DetermineServerIP(out io.Writer) error + func (c *CommonStartConfig) DockerHelper() *dockerhelper.Helper + func (c *CommonStartConfig) EnsureHostDirectories(io.Writer) error + func (c *CommonStartConfig) GetDockerClient(out io.Writer) error + func (c *CommonStartConfig) HostHelper() *host.HostHelper + func (c *CommonStartConfig) OpenShiftHelper() *openshift.Helper + func (c *CommonStartConfig) Start(out io.Writer) error + func (c *CommonStartConfig) Validate(out io.Writer) error + func (config *CommonStartConfig) Bind(flags *pflag.FlagSet) + type TaskPrinter struct + func NewTaskPrinter(out io.Writer) *TaskPrinter + func (p *TaskPrinter) Failure(err error) + func (p *TaskPrinter) StartTask(name string) + func (p *TaskPrinter) Success() + func (p *TaskPrinter) TaskWriter() io.Writer v1.5.0-alpha.1 Dec 29, 2016