Versions in this module Expand all Collapse all v0 v0.4.2 Oct 29, 2014 v0.4.1 Oct 17, 2014 Changes in this version + func DeleteController(ctx api.Context, name string, client client.Interface) error + func GetServerVersion(client *client.Client) (*version.Info, error) + func ResizeController(ctx api.Context, name string, replicas int, client client.Interface) error + func RunController(ctx api.Context, image, name string, replicas int, client client.Interface, ...) error + func StopController(ctx api.Context, name string, client client.Interface) error + func Update(ctx api.Context, name string, client client.Interface, ...) error + type AuthInfo struct + CAFile string + CertFile string + Insecure *bool + KeyFile string + Password string + User string + func LoadAuthInfo(path string, r io.Reader) (*AuthInfo, error) + type HumanReadablePrinter struct + func NewHumanReadablePrinter() *HumanReadablePrinter + func (h *HumanReadablePrinter) Handler(columns []string, printFunc interface{}) error + func (h *HumanReadablePrinter) Print(data []byte, output io.Writer) error + func (h *HumanReadablePrinter) PrintObj(obj runtime.Object, output io.Writer) error + type IdentityPrinter struct + func (i *IdentityPrinter) Print(data []byte, w io.Writer) error + func (i *IdentityPrinter) PrintObj(obj runtime.Object, output io.Writer) error + type Parser struct + func NewParser(objectMap map[string]runtime.Object) *Parser + func (p *Parser) SupportedWireStorage() []string + func (p *Parser) ToWireFormat(data []byte, storage string, decode runtime.Codec, encode runtime.Codec) ([]byte, error) + type ProxyServer struct + Client *client.Client + func NewProxyServer(filebase string, kubeClient *client.Client) *ProxyServer + func (s *ProxyServer) Serve() error + func (s *ProxyServer) ServeHTTP(w http.ResponseWriter, r *http.Request) + type ResourcePrinter interface + Print func([]byte, io.Writer) error + PrintObj func(runtime.Object, io.Writer) error + type TemplatePrinter struct + Template *template.Template + func (t *TemplatePrinter) Print(data []byte, w io.Writer) error + func (t *TemplatePrinter) PrintObj(obj runtime.Object, w io.Writer) error + type YAMLPrinter struct + func (y *YAMLPrinter) Print(data []byte, w io.Writer) error + func (y *YAMLPrinter) PrintObj(obj runtime.Object, w io.Writer) error