File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
controllers/consoleplugin/config Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -658,26 +658,24 @@ filters:
658658 name : Resource
659659 component : autocomplete
660660 category : source
661- placeholder : ' E.g: Pod.default.my-pod'
661+ placeholder : ' E.g: Deployment.example.my-dep or Pod.default.my-pod'
662662 hint : Specify an existing resource from its kind, namespace and name.
663663 examples : |-
664664 Specify a kind, namespace and name from existing:
665665 - Select kind first from suggestions
666- - Then Select namespace from suggestions
666+ - Then select namespace from suggestions
667667 - Finally select name from suggestions
668- You can also directly specify a kind, namespace and name like pod.openshift.apiserver
669668 - id : dst_resource
670669 name : Resource
671670 component : autocomplete
672671 category : destination
673- placeholder : ' E.g: Pod.default.my-pod'
672+ placeholder : ' E.g: Deployment.example.my-dep or Pod.default.my-pod'
674673 hint : Specify an existing resource from its kind, namespace and name.
675674 examples : |-
676675 Specify a kind, namespace and name from existing:
677676 - Select kind first from suggestions
678- - Then Select namespace from suggestions
677+ - Then select namespace from suggestions
679678 - Finally select name from suggestions
680- You can also directly specify a kind, namespace and name like pod.openshift.apiserver
681679 - id : src_address
682680 name : IP
683681 component : text
You can’t perform that action at this time.
0 commit comments