diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-08-18 15:14:34 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-08-21 21:13:46 +0800 |
| commit | 833346c40013fca6224534c573fd84c7e38bda4b (patch) | |
| tree | ef9847cf9c0faa9deb36e7d986db6867ecc9b1a5 /common | |
| parent | update go version to 1.19 (diff) | |
| download | kubeedge-833346c40013fca6224534c573fd84c7e38bda4b.tar.gz | |
fix lint
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/types/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/types/types.go b/common/types/types.go index 4fe163a68..33a709bff 100644 --- a/common/types/types.go +++ b/common/types/types.go @@ -14,7 +14,7 @@ type PodStatusRequest struct { Status v1.PodStatus } -//ExtendResource is the extended resource detail that comes from edge +// ExtendResource is the extended resource detail that comes from edge type ExtendResource struct { Name string `json:"name,omitempty"` Type string `json:"type,omitempty"` |
