summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorming.tang <ming.tang@daocloud.io>2023-07-18 16:36:18 +0800
committerming.tang <ming.tang@daocloud.io>2023-07-18 16:41:27 +0800
commit6ccc2b67dde0e8e3c881e22f3a9d6416ec474599 (patch)
tree6ecb8bf01d76138a103de90e6ab46a75865213fa /docs
parentMerge pull request #4857 from ljjzhka/twowin (diff)
downloadkubeedge-6ccc2b67dde0e8e3c881e22f3a9d6416ec474599.tar.gz
update doc
Signed-off-by: ming.tang <ming.tang@daocloud.io>
Diffstat (limited to 'docs')
-rw-r--r--docs/proposals/node-group-management.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/proposals/node-group-management.md b/docs/proposals/node-group-management.md
index 038a2e749..f58192387 100644
--- a/docs/proposals/node-group-management.md
+++ b/docs/proposals/node-group-management.md
@@ -178,10 +178,10 @@ type ImageOverrider struct {
//
// Defaults to nil, in that case, the system will automatically detect image fields if the resource type is
// Pod, ReplicaSet, Deployment or StatefulSet by following rule:
- // - Pod: spec/containers/<N>/image
- // - ReplicaSet: spec/template/spec/containers/<N>/image
- // - Deployment: spec/template/spec/containers/<N>/image
- // - StatefulSet: spec/template/spec/containers/<N>/image
+ // - Pod: /spec/containers/<N>/image
+ // - ReplicaSet: /spec/template/spec/containers/<N>/image
+ // - Deployment: /spec/template/spec/containers/<N>/image
+ // - StatefulSet: /spec/template/spec/containers/<N>/image
// In addition, all images will be processed if the resource object has more than one containers.
//
// If not nil, only images matches the filters will be processed.