summaryrefslogtreecommitdiff
path: root/staging/src
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2022-09-19 21:32:10 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2022-09-20 15:23:39 +0800
commitde7b4b6c8b2114ba50763bfc9b18fd4a6b4ccabb (patch)
treebdd7ba51627d540a96c7f2a4288e3ff8200b9418 /staging/src
parentMerge pull request #4152 from Shelley-BaoYue/feature-new-edged-stage3 (diff)
downloadkubeedge-de7b4b6c8b2114ba50763bfc9b18fd4a6b4ccabb.tar.gz
add patch pod operation
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'staging/src')
-rw-r--r--staging/src/github.com/kubeedge/beehive/pkg/core/model/message.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging/src/github.com/kubeedge/beehive/pkg/core/model/message.go b/staging/src/github.com/kubeedge/beehive/pkg/core/model/message.go
index abab691ff..6be31a457 100644
--- a/staging/src/github.com/kubeedge/beehive/pkg/core/model/message.go
+++ b/staging/src/github.com/kubeedge/beehive/pkg/core/model/message.go
@@ -28,6 +28,7 @@ const (
ResourceTypeNode = "node"
ResourceTypePodlist = "podlist"
ResourceTypePodStatus = "podstatus"
+ ResourceTypePodPatch = "podpatch"
ResourceTypeNodeStatus = "nodestatus"
ResourceTypeNodePatch = "nodepatch"
ResourceTypeRule = "rule"