diff options
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"` |
