kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/clusterinfo.go

var longDescr

var clusterinfoExample

type ClusterInfoOptions

func NewCmdClusterInfo(restClientGetter genericclioptions.RESTClientGetter, ioStreams genericiooptions.IOStreams) *cobra.Command {}

func (o *ClusterInfoOptions) Complete(restClientGetter genericclioptions.RESTClientGetter, cmd *cobra.Command) error {}

func (o *ClusterInfoOptions) Run() error {}

func printService(out io.Writer, name, link string) {}