Versions in this module Expand all Collapse all v0 v0.2.1 Jan 28, 2015 Changes in this version type KubeConfig + BuildConfigID string v0.0.1 Nov 5, 2014 Changes in this version + func NewCommandKubecfg(name string) *cobra.Command + type JSONPrinter struct + func (y *JSONPrinter) Print(data []byte, w io.Writer) error + type KubeConfig struct + APIVersion string + Args []string + AuthConfig string + ClientConfig kclient.Config + Config string + ID string + ImageName string + JSON bool + Namespace string + OSAPIVersion string + PortSpec string + PreventSkew bool + Proxy bool + Selector string + ServerVersion bool + ServicePort int + TemplateConfig string + TemplateFile string + TemplateStr string + UpdatePeriod time.Duration + Verbose bool + WWW string + YAML bool + func (c *KubeConfig) Arg(index int) string + func (c *KubeConfig) Run()