mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-22 17:51:28 +00:00
fixed order of tags
This commit is contained in:
@@ -59,9 +59,9 @@ message RuntimeClass {
|
||||
// in a pod.
|
||||
// The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements,
|
||||
// and is immutable.
|
||||
// +required
|
||||
// +k8s:format="k8s-short-name"
|
||||
// +k8s:immutable
|
||||
// +required
|
||||
// +k8s:required
|
||||
optional string handler = 2;
|
||||
|
||||
|
||||
@@ -50,9 +50,9 @@ type RuntimeClass struct {
|
||||
// in a pod.
|
||||
// The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements,
|
||||
// and is immutable.
|
||||
// +required
|
||||
// +k8s:format="k8s-short-name"
|
||||
// +k8s:immutable
|
||||
// +required
|
||||
// +k8s:required
|
||||
Handler string `json:"handler" protobuf:"bytes,2,opt,name=handler"`
|
||||
|
||||
|
||||
@@ -80,9 +80,9 @@ message RuntimeClassSpec {
|
||||
// in a pod.
|
||||
// The runtimeHandler must be lowercase, conform to the DNS Label (RFC 1123)
|
||||
// requirements, and is immutable.
|
||||
// +required
|
||||
// +k8s:format="k8s-short-name"
|
||||
// +k8s:immutable
|
||||
// +required
|
||||
// +k8s:required
|
||||
optional string runtimeHandler = 1;
|
||||
|
||||
|
||||
@@ -59,9 +59,9 @@ type RuntimeClassSpec struct {
|
||||
// in a pod.
|
||||
// The runtimeHandler must be lowercase, conform to the DNS Label (RFC 1123)
|
||||
// requirements, and is immutable.
|
||||
// +required
|
||||
// +k8s:format="k8s-short-name"
|
||||
// +k8s:immutable
|
||||
// +required
|
||||
// +k8s:required
|
||||
RuntimeHandler string `json:"runtimeHandler" protobuf:"bytes,1,opt,name=runtimeHandler"`
|
||||
|
||||
|
||||
@@ -59,9 +59,9 @@ message RuntimeClass {
|
||||
// in a pod.
|
||||
// The handler must be lowercase, conform to the DNS Label (RFC 1123) requirements,
|
||||
// and is immutable.
|
||||
// +required
|
||||
// +k8s:format="k8s-short-name"
|
||||
// +k8s:immutable
|
||||
// +required
|
||||
// +k8s:required
|
||||
optional string handler = 2;
|
||||
|
||||
|
||||
@@ -51,9 +51,9 @@ type RuntimeClass struct {
|
||||
// in a pod.
|
||||
// The handler must be lowercase, conform to the DNS Label (RFC 1123) requirements,
|
||||
// and is immutable.
|
||||
// +required
|
||||
// +k8s:format="k8s-short-name"
|
||||
// +k8s:immutable
|
||||
// +required
|
||||
// +k8s:required
|
||||
Handler string `json:"handler" protobuf:"bytes,2,opt,name=handler"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user