Update cri protos

This commit is contained in:
John Howard 2022-02-04 16:02:13 -08:00
parent 2f7bd23e2a
commit 8ad2d04721
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ limitations under the License.
syntax = "proto3";
package runtime.v1;
option go_package = "v1";
option go_package = "k8s.io/cri-api/pkg/apis/runtime/v1";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";

View File

@ -18,7 +18,7 @@ limitations under the License.
syntax = "proto3";
package runtime.v1alpha2;
option go_package = "v1alpha2";
option go_package = "k8s.io/cri-api/pkg/apis/runtime/v1alpha2";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";