fixed order of tags

This commit is contained in:
darshansreenivas
2025-12-08 17:05:40 -08:00
parent ce6ea2f4b0
commit b1aebfcf7e
6 changed files with 6 additions and 6 deletions

View File

@@ -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;

View File

@@ -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"`

View File

@@ -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;

View File

@@ -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"`

View File

@@ -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;

View File

@@ -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"`