updated vendor
This commit is contained in:
+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
|
||||
|
||||
Reference in New Issue
Block a user