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 v1
|
||||
|
||||
func (*Overhead) ProtoMessage() {}
|
||||
|
||||
func (*RuntimeClass) ProtoMessage() {}
|
||||
|
||||
func (*RuntimeClassList) ProtoMessage() {}
|
||||
|
||||
func (*Scheduling) ProtoMessage() {}
|
||||
+4
@@ -50,6 +50,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
|
||||
|
||||
+5
@@ -51,6 +51,7 @@ message RuntimeClass {
|
||||
|
||||
// spec represents specification of the RuntimeClass
|
||||
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||
// +required
|
||||
optional RuntimeClassSpec spec = 2;
|
||||
}
|
||||
|
||||
@@ -80,6 +81,10 @@ message RuntimeClassSpec {
|
||||
// in a pod.
|
||||
// The runtimeHandler 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 runtimeHandler = 1;
|
||||
|
||||
// overhead represents the resource overhead associated with running a pod for a
|
||||
|
||||
-32
@@ -1,32 +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 v1alpha1
|
||||
|
||||
func (*Overhead) ProtoMessage() {}
|
||||
|
||||
func (*RuntimeClass) ProtoMessage() {}
|
||||
|
||||
func (*RuntimeClassList) ProtoMessage() {}
|
||||
|
||||
func (*RuntimeClassSpec) ProtoMessage() {}
|
||||
|
||||
func (*Scheduling) ProtoMessage() {}
|
||||
+5
@@ -41,6 +41,7 @@ type RuntimeClass struct {
|
||||
|
||||
// spec represents specification of the RuntimeClass
|
||||
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||
// +required
|
||||
Spec RuntimeClassSpec `json:"spec" protobuf:"bytes,2,name=spec"`
|
||||
}
|
||||
|
||||
@@ -59,6 +60,10 @@ type RuntimeClassSpec struct {
|
||||
// in a pod.
|
||||
// The runtimeHandler 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
|
||||
RuntimeHandler string `json:"runtimeHandler" protobuf:"bytes,1,opt,name=runtimeHandler"`
|
||||
|
||||
// overhead represents the resource overhead associated with running a pod for a
|
||||
|
||||
+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