Versions in this module Expand all Collapse all v0 v0.1.0 Aug 26, 2019 Changes in this version + func NewDoctorCmd() *cobra.Command + type DoctorOptions struct + Args []string + Config *restclient.Config + CoreClient coreclient.CoreV1Interface + DeploymentOnly bool + FetchedNamespaces []string + Flags *genericclioptions.ConfigFlags + FullScan bool + KubeCli *kubernetes.Clientset + RESTClient *restclient.RESTClient + func NewDoctorOptions() *DoctorOptions + func (o *DoctorOptions) Complete(cmd *cobra.Command, args []string, argsLenAtDash int) error + func (o *DoctorOptions) Run() error + func (o *DoctorOptions) Validate() error