updated vendor
This commit is contained in:
+4
@@ -59,6 +59,10 @@ message RuntimeClass {
|
||||
// in a pod.
|
||||
// The handler must be lowercase, conform to the DNS Label (RFC 1123) requirements,
|
||||
// and is immutable.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:format="k8s-short-name"
|
||||
// +k8s:alpha(since: "1.36")=+k8s:immutable
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
optional string handler = 2;
|
||||
|
||||
// overhead represents the resource overhead associated with running a pod for a
|
||||
|
||||
-30
@@ -1,30 +0,0 @@
|
||||
//go:build kubernetes_protomessage_one_more_release
|
||||
// +build kubernetes_protomessage_one_more_release
|
||||
|
||||
/*
|
||||
Copyright The Kubernetes Authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
// Code generated by go-to-protobuf. DO NOT EDIT.
|
||||
|
||||
package v1beta1
|
||||
|
||||
func (*Overhead) ProtoMessage() {}
|
||||
|
||||
func (*RuntimeClass) ProtoMessage() {}
|
||||
|
||||
func (*RuntimeClassList) ProtoMessage() {}
|
||||
|
||||
func (*Scheduling) ProtoMessage() {}
|
||||
+4
@@ -51,6 +51,10 @@ type RuntimeClass struct {
|
||||
// in a pod.
|
||||
// The handler must be lowercase, conform to the DNS Label (RFC 1123) requirements,
|
||||
// and is immutable.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:format="k8s-short-name"
|
||||
// +k8s:alpha(since: "1.36")=+k8s:immutable
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
Handler string `json:"handler" protobuf:"bytes,2,opt,name=handler"`
|
||||
|
||||
// overhead represents the resource overhead associated with running a pod for a
|
||||
|
||||
Reference in New Issue
Block a user