../../../../go/pkg/mod/github.com/oam-dev/cluster-gateway@v1.9.0-alpha.2/pkg/util/singleton/loopback.go:85:41: ctx.StopCh undefined (type server.PostStartHookContext has no field or method StopCh)
../../../../go/pkg/mod/github.com/oam-dev/cluster-gateway@v1.9.0-alpha.2/pkg/util/singleton/loopback.go:100:57: ctx.StopCh undefined (type server.PostStartHookContext has no field or method StopCh)
kubernetes/apiserver@3e52ced#diff-ec57c602ccc4e3bb3779912c8bc24ba9bf7436746c2f61c3da50a65133a0a32bL56 has removed the
stopCHfield fromPostStartHookContextstruct which is being used here and hereProjects that import
github.com/oam-dev/kubevelaalong with the most recent versions of kubernetes api are not compiling.