mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
update commented examples just remove $
This commit is contained in:
@@ -44,10 +44,10 @@ const (
|
||||
|
||||
You can use --output jsonpath={...} to extract specific values using a jsonpath expression.`
|
||||
view_example = `# Show Merged kubeconfig settings.
|
||||
$ kubectl config view
|
||||
kubectl config view
|
||||
|
||||
# Get the password for the e2e user
|
||||
$ kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}'`
|
||||
kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}'`
|
||||
)
|
||||
|
||||
func NewCmdConfigView(out io.Writer, ConfigAccess ConfigAccess) *cobra.Command {
|
||||
|
||||
Reference in New Issue
Block a user