Versions in this module Expand all Collapse all v0 v0.10.1 Feb 5, 2015 v0.10.0 Feb 3, 2015 Changes in this version + type HyperKube struct + Long string + Name string + func (hk *HyperKube) AddServer(s *Server) + func (hk *HyperKube) FindServer(name string) (*Server, error) + func (hk *HyperKube) Flags() *pflag.FlagSet + func (hk *HyperKube) Out() io.Writer + func (hk *HyperKube) Print(i ...interface{}) + func (hk *HyperKube) Printf(format string, i ...interface{}) + func (hk *HyperKube) Println(i ...interface{}) + func (hk *HyperKube) Run(args []string) error + func (hk *HyperKube) RunToExit(args []string) + func (hk *HyperKube) Servers() []Server + func (hk *HyperKube) SetOut(w io.Writer) + func (hk *HyperKube) Usage() + type Server struct + Long string + Run serverRunFunc + SimpleUsage string + func (s *Server) Flags() *pflag.FlagSet + func (s *Server) Name() string + func (s *Server) Usage() error