Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func NewRegistryInfoCmd(name string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type Options struct + Check bool + Client imageclient.Interface + Namespaces []string + Quiet bool + ShowInternal bool + ShowPublic bool + func NewRegistryInfoOptions(streams genericclioptions.IOStreams) *Options + func (o *Options) Complete(f kcmdutil.Factory, args []string) error + func (o *Options) Run() error + func (o *Options) Validate() error + type RegistryInfo struct + Internal string + Public string + func (i *RegistryInfo) HostPort() (string, bool) + func (i *RegistryInfo) Installed() bool