mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 10:19:35 +00:00
Convert k8s.io/kubelet/pkg/apis/podresources from gogo to protoc
Use standard protoc for the pod resources instead of gogo. Part of kubernetes#96564 Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
@@ -1021,8 +1021,6 @@ function codegen::protobindings() {
|
||||
# Each element of this array is a directory containing subdirectories which
|
||||
# eventually contain a file named "api.proto".
|
||||
local apis_using_gogo=(
|
||||
"staging/src/k8s.io/kubelet/pkg/apis/podresources"
|
||||
|
||||
"staging/src/k8s.io/kubelet/pkg/apis/deviceplugin"
|
||||
|
||||
|
||||
@@ -1033,6 +1031,7 @@ function codegen::protobindings() {
|
||||
|
||||
)
|
||||
local apis_using_protoc=(
|
||||
"staging/src/k8s.io/kubelet/pkg/apis/podresources"
|
||||
"staging/src/k8s.io/kms/apis"
|
||||
"staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2"
|
||||
"staging/src/k8s.io/cri-api/pkg/apis/runtime"
|
||||
|
||||
Reference in New Issue
Block a user