mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
commit
8fc228700a
@ -570,7 +570,7 @@ Usage:
|
|||||||
#### config set
|
#### config set
|
||||||
Sets an individual value in a .kubeconfig file
|
Sets an individual value in a .kubeconfig file
|
||||||
|
|
||||||
property-name is a dot delimitted name where each token represents either a attribute name or a map key. Map keys may not contain dots.
|
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.
|
||||||
property-value is the new value you wish to set.
|
property-value is the new value you wish to set.
|
||||||
|
|
||||||
|
|
||||||
@ -613,7 +613,7 @@ Usage:
|
|||||||
#### config unset
|
#### config unset
|
||||||
Unsets an individual value in a .kubeconfig file
|
Unsets an individual value in a .kubeconfig file
|
||||||
|
|
||||||
property-name is a dot delimitted name where each token represents either a attribute name or a map key. Map keys may not contain dots.
|
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.
|
||||||
|
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
@ -49,7 +49,7 @@ func NewCmdConfigSet(out io.Writer, pathOptions *pathOptions) *cobra.Command {
|
|||||||
Short: "Sets an individual value in a .kubeconfig file",
|
Short: "Sets an individual value in a .kubeconfig file",
|
||||||
Long: `Sets an individual value in a .kubeconfig file
|
Long: `Sets an individual value in a .kubeconfig file
|
||||||
|
|
||||||
property-name is a dot delimitted name where each token represents either a attribute name or a map key. Map keys may not contain dots.
|
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.
|
||||||
property-value is the new value you wish to set.
|
property-value is the new value you wish to set.
|
||||||
|
|
||||||
`,
|
`,
|
||||||
|
@ -41,7 +41,7 @@ func NewCmdConfigUnset(out io.Writer, pathOptions *pathOptions) *cobra.Command {
|
|||||||
Short: "Unsets an individual value in a .kubeconfig file",
|
Short: "Unsets an individual value in a .kubeconfig file",
|
||||||
Long: `Unsets an individual value in a .kubeconfig file
|
Long: `Unsets an individual value in a .kubeconfig file
|
||||||
|
|
||||||
property-name is a dot delimitted name where each token represents either a attribute name or a map key. Map keys may not contain dots.
|
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.
|
||||||
`,
|
`,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
if !options.complete(cmd) {
|
if !options.complete(cmd) {
|
||||||
|
Loading…
Reference in New Issue
Block a user