support api group edgeruntime.kubesphere.io, deprecate api group kubeedge.kubesphere.io

Signed-off-by: zhu733756 <zhu733756@kubesphere.io>
This commit is contained in:
zhu733756
2022-01-14 21:18:15 +08:00
parent c6672b7885
commit b6e960766a
6 changed files with 101 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ import (
)
// there are no versions specified cause we want to proxy all versions of requests to backend service
// Deprecated: this api group would be removed in v4.0
var GroupVersion = schema.GroupVersion{Group: "kubeedge.kubesphere.io", Version: ""}
func AddToContainer(container *restful.Container, endpoint string) error {