kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/config/current_context.go

type CurrentContextOptions

var currentContextLong

var currentContextExample

// NewCmdConfigCurrentContext returns a Command instance for 'config current-context' sub command
func NewCmdConfigCurrentContext(out io.Writer, configAccess clientcmd.ConfigAccess) *cobra.Command {}

// RunCurrentContext performs the execution of 'config current-context' sub command
func RunCurrentContext(out io.Writer, options *CurrentContextOptions) error {}