
generate man pages for kubectl using the cobra.Command information. This will directly create files in (by default) docs/man/man1/ called kubectl*.1. Each child verb/cobra command will gets its own man page.
36 lines
694 B
Groff
36 lines
694 B
Groff
.TH "KUBERNETES" "1" " kubernetes User Manuals" "Eric Paris" "Jan 2015" ""
|
|
|
|
|
|
.SH NAME
|
|
.PP
|
|
kubectl config unset \- Unsets an individual value in a .kubeconfig file
|
|
|
|
|
|
.SH SYNOPSIS
|
|
.PP
|
|
\fBkubectl config unset\fP [OPTIONS]
|
|
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
Unsets an individual value in a .kubeconfig file
|
|
|
|
.PP
|
|
.RS
|
|
|
|
.nf
|
|
property\-name is a dot delimited name where each token represents either a attribute name or a map key. Map keys may not contain dots.
|
|
|
|
.fi
|
|
.RE
|
|
|
|
|
|
.SH SEE ALSO
|
|
.PP
|
|
\fBkubectl\-config(1)\fP,
|
|
|
|
|
|
.SH HISTORY
|
|
.PP
|
|
January 2015, Originally compiled by Eric Paris (eparis at redhat dot com) based on the kubernetes source material, but hopefully they have been automatically generated since!
|