Commit 8316bbc1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47818 from Random-Liu/change-cri-package-name

Automatic merge from submit-queue (batch tested with PRs 45268, 47573, 47632, 47818) Change CRI package name to runtime. Fixes https://github.com/kubernetes/kubernetes/issues/47814. @yujuhong @feiskyer /cc @kubernetes/sig-node-bugs
parents 26c431af d779e9c9
// To regenerate api.pb.go run hack/update-generated-runtime.sh // To regenerate api.pb.go run hack/update-generated-runtime.sh
syntax = 'proto3'; syntax = 'proto3';
package v1alpha1; package runtime;
import "github.com/gogo/protobuf/gogoproto/gogo.proto"; import "github.com/gogo/protobuf/gogoproto/gogo.proto";
......
...@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and ...@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package v1alpha1 package runtime
// This file contains all constants defined in CRI. // This file contains all constants defined in CRI.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment