summaryrefslogtreecommitdiff
path: root/common/types
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-12-09 17:09:00 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-12-15 11:12:00 +0800
commit6be7475fa25478626132f8613868ff9730931698 (patch)
treea54654a3bc3e4844356130d3968f47b863e1261c /common/types
parentMerge pull request #5278 from fisherxu/fix-slack (diff)
downloadkubeedge-6be7475fa25478626132f8613868ff9730931698.tar.gz
change the edgecert subject
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common/types')
-rw-r--r--common/types/http.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/types/http.go b/common/types/http.go
index 21a4ed7c2..c001b44ac 100644
--- a/common/types/http.go
+++ b/common/types/http.go
@@ -19,4 +19,5 @@ type HTTPResponse struct {
const (
AuthorizationKey = "Authorization"
+ NodeNameKey = "NodeName"
)