File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,8 @@ Fuzzy-find the field to explain from all API resources.
21
21
```
22
22
Fuzzy-find the field to explain from all API resources.
23
23
24
- Fields are identified via a simple JSONPath identifier:
25
- <type>.<fieldName>[.<fieldName>]
26
-
27
24
Usage:
28
- kubectl explore RESOURCE [options ] [flags]
25
+ kubectl explore [resource|regex ] [flags]
29
26
30
27
Examples:
31
28
Original file line number Diff line number Diff line change @@ -43,12 +43,7 @@ func NewCmd() *cobra.Command {
43
43
})
44
44
45
45
cmd := & cobra.Command {
46
- Use : "kubectl explore RESOURCE [options]" ,
47
- Long : `Fuzzy-find the field to explain from all API resources.
48
-
49
- Fields are identified via a simple JSONPath identifier:
50
- <type>.<fieldName>[.<fieldName>]
51
- ` ,
46
+ Use : "kubectl explore [resource|regex] [flags]" ,
52
47
Short : "Fuzzy-find the field to explain from all API resources." ,
53
48
Example : `
54
49
# Fuzzy-find the field to explain from all API resources.
You can’t perform that action at this time.
0 commit comments